代码搜索:stdio

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

代码结果 10,000
www.eeworm.com/read/171829/9734378

c no_stdio.c

void main(void) { printf ("Jamsa\'s C/C++ Programmer\'s Bible"); }
www.eeworm.com/read/367602/9740338

c stdio.c

#include #include #include #define ZEROPAD 1 /* pad with zero */ #define SIGN 2 /* unsigned/signed long */ #define PLUS 4 /* show plus */ #define SPACE
www.eeworm.com/read/367602/9740342

h stdio.h

#ifndef LIBC_STDIO_INCLUDED #define LIBC_STDIO_INCLUDED #include "stdarg.h" int vsprintf(char *buf, const char *fmt, va_list arglist); int sprintf( char *buffer, const char *fmt, ...); int prin
www.eeworm.com/read/171643/9744085

h stdio.h

#pragma force_top_level #pragma include_only_once /* stdio.h: ANSI 'C' (X3J11 Oct 88) library header, section 4.9 */ /* Copyright (C) Codemist Ltd., 1988-1993 */ /* Copyrig
www.eeworm.com/read/367457/9746862

h stdio.h

/* stdio.h -- POSIX header Copyright 1992, Gimpel Software, All Rights Reserved */ #if defined(_lint) && !defined(__STDIO_H) #define __STDIO_H #ifndef __SIZE_T #define __SIZE_T typ
www.eeworm.com/read/367457/9746941

h stdio.h

/* stdio.h -- ANSI header file Copyright 1988-90, Gimpel Software, All Rights Reserved */ #ifndef __STDIO_H #define __STDIO_H #ifndef __SIZE_T #define __SIZE_T typedef unsigned size_
www.eeworm.com/read/171529/9747134

h stdio.h

/* --------------------------------------------------------------------------- * Copyright (C) 2003 Dallas Semiconductor Corporation, All Rights Reserved. * * Permission is hereby granted, fr
www.eeworm.com/read/171528/9747287

h stdio.h

/* --------------------------------------------------------------------------- * Copyright (C) 2003 Dallas Semiconductor Corporation, All Rights Reserved. * * Permission is hereby granted, fr
www.eeworm.com/read/171365/9760197

c stdio.c

#include /* FILE, NULL */ char _stdout_buffer[BUFSIZ]; FILE _std_streams[] = { { /* buf_base buf_ptr size room flags handle */ /* stdin */ NULL, NULL, 0, 0, 0, 0 }, { /* st
www.eeworm.com/read/171365/9760203

o stdio.o