代码搜索:stdio

找到约 10,000 项符合「stdio」的源代码

代码结果 10,000
www.eeworm.com/read/431876/1902753

c stdio.c

/* stdio.c - internal misc. routines for stdio.h */ /* Copyright 1992 Wind River Systems, Inc. */ /* modification history -------------------- 01b,20sep92,smb documentation additions 01a,29jul92,sm
www.eeworm.com/read/428747/1955917

c stdio.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================
www.eeworm.com/read/428641/1957299

c stdio.c

/* stdio.c - internal misc. routines for stdio.h */ /* Copyright 1992 Wind River Systems, Inc. */ /* modification history -------------------- 01b,20sep92,smb documentation additions 01a,29jul92,sm
www.eeworm.com/read/427330/1972269

h stdio.h

#ifndef _STDIO_H #define _STDIO_H extern int getc(void); extern int putc(int ch); extern int sprintf(char *buf, const char *fmt, ...); extern int printf(const char *fmt, ...); #endif
www.eeworm.com/read/427330/1972312

c stdio.c

#include #include #include extern int vsprintf(char *buff, const char *fmt, va_list args); int printf(const char *fmt, ...){ int n; char buff[1024]; va_list args
www.eeworm.com/read/426481/1990248

c stdio.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================
www.eeworm.com/read/423568/2026614

h stdio.h

#ifndef _STDIO_H #define _STDIO_H #include "types.h" #ifndef _VALIST #define _VALIST typedef char *va_list; #endif /* _VALIST */ extern int vsnprintf(char *buf, size_t size, const char *fmt, va_li
www.eeworm.com/read/423568/2026631

h stdio.h

#ifndef _STDIO_H #define _STDIO_H #include "types.h" #ifndef _VALIST #define _VALIST typedef char *va_list; #endif /* _VALIST */ extern int vsnprintf(char *buf, size_t size, const char *fmt, va_li
www.eeworm.com/read/423568/2026699

h stdio.h

#ifndef _STDIO_H #define _STDIO_H #include "types.h" #ifndef _VALIST #define _VALIST typedef char *va_list; #endif /* _VALIST */ extern int vsnprintf(char *buf, size_t size, const char *fmt, va_li
www.eeworm.com/read/423568/2026724

h stdio.h

#ifndef _STDIO_H #define _STDIO_H #include "types.h" #ifndef _VALIST #define _VALIST typedef char *va_list; #endif /* _VALIST */ extern int vsnprintf(char *buf, size_t size, const char *fmt, va_li