代码搜索:libc
找到约 8,878 项符合「libc」的源代码
代码结果 8,878
www.eeworm.com/read/249040/12526236
a libc.a
www.eeworm.com/read/105612/15664001
a libc.a
www.eeworm.com/read/280058/10357961
c libc.c
/**************************************************************************
* *
* PROJECT : TMON (Transparent monitor)
www.eeworm.com/read/468408/6989572
lib libc.lib
www.eeworm.com/read/462073/7209616
a libc-coff.a
www.eeworm.com/read/458360/7298573
h libc.h
/* @(#) libc.h 1.3 1/27/86 17:46:47 */
/*ident "@(#)cfront:incl/libc.h 1.3"*/
/* some functions from the UNIX manual section 3
INCOMPLETE: contains only declarations of functions that
(1) is
www.eeworm.com/read/440863/7679813
c libc.c
#include
#include
#include
void snprintf(char* str, size_t size, const char* format, ...) {
va_list ap;
va_start(ap, format);
vsprintf(str, format, ap);
va_end(ap