代码搜索:stdio

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

代码结果 10,000
www.eeworm.com/read/184711/5245647

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/183395/5256245

h _stdio.h

#include #include /* flag to describe additional control */ #define F_ALTFORM 0x0001 /* alternate form, e.g. %#x */ #define F_LONG 0x0002 /* long modifier, e.g. %ld */
www.eeworm.com/read/182943/5261936

c stdio.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================
www.eeworm.com/read/179311/5306202

h stdio.h

#include
www.eeworm.com/read/178760/5313376

h stdio.h

/*------------------------------------------------------------------------- stdio.h - ANSI functions forward declarations Ported to PIC16 port by Vangelis Rokas, 2004 (vrokas@otenet.gr)
www.eeworm.com/read/178758/5314302

h stdio.h

/* Project: OSLib * Description: The OS Construction Kit * Date: 1.6.2000 * Idea by: Luca Abeni & Gerardo Lamastra * * OSLib is an SO project aimed at developing a
www.eeworm.com/read/175466/5345293

c stdio.c

/* * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for a
www.eeworm.com/read/175466/5345327

h stdio.h

/* * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for a
www.eeworm.com/read/175466/5345423

c stdio.c

/* * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for a
www.eeworm.com/read/174879/5356057

c stdio.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================