代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/205824/5015855
c witoa.c
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/msvcrt/stdlib/itoa.c
* PURPOSE: converts a integer to ascii
* PROGRAME
www.eeworm.com/read/205824/5015864
c rot.c
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/msvcrt/stdlib/rot.c
* PURPOSE: Performs a bitwise rotation
* PROGRAMER
www.eeworm.com/read/205824/5015870
c itoa.c
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/msvcrt/stdlib/itoa.c
* PURPOSE: converts a integer to ascii
* PROGRAME
www.eeworm.com/read/427042/1981001
c layouts.c
#include "stitcher.h"
#include "stdlib.h"
/* this file defines position of video pictures within the stitcher frame */
/*
Coordinates are expressed in percentage of the width/height of the
stitcher
www.eeworm.com/read/409921/2219532
c initterm.c
#include
/*
* @implemented
*/
void _initterm(void (*fStart[])(void), void (*fEnd[])(void))
{
int i = 0;
if ( fStart == NULL || fEnd == NULL )
return;
while
www.eeworm.com/read/409921/2219573
c witoa.c
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/msvcrt/stdlib/itoa.c
* PURPOSE: converts a integer to ascii
* PROGRAME
www.eeworm.com/read/409921/2219582
c rot.c
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/msvcrt/stdlib/rot.c
* PURPOSE: Performs a bitwise rotation
* PROGRAMER
www.eeworm.com/read/409921/2219588
c itoa.c
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/msvcrt/stdlib/itoa.c
* PURPOSE: converts a integer to ascii
* PROGRAME
www.eeworm.com/read/404997/2296061
c hyperterminal.c
#include "HyperTerminal.h"
#include
#include
void Set_RTC(void);//set RTC
/*****************************************************************************/
char idata Serial
www.eeworm.com/read/262041/4315953
c version.c
#include
#include
void
showVersion(void)
{
printf(" Built: %s @ %s\n",__DATE__,__TIME__);
exit(1);
}