代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/231851/4709703
cpp hashtbl.cpp
#include
#include
#include
#define TRUE 1
#define FALSE 0
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ declarations
www.eeworm.com/read/229812/4744303
c strtoimx.c
#include
#include
void main()
{
intmax_t v;
v = strtoimax( "12345678909876", NULL, 10 );
}
www.eeworm.com/read/229812/4744353
c strtoumx.c
#include
#include
void main()
{
uintmax_t v;
v = strtoumax( "12345678909876", NULL, 10 );
}
www.eeworm.com/read/216875/4879108
cpp gridmodedemodata.cpp
//---------------------------------------------------------------------------
#include
#include
#include
#pragma hdrstop
#include "GridModeDemoData.h"
#include
www.eeworm.com/read/216875/4879193
cpp unboundmodedemomain.cpp
//---------------------------------------------------------------------------
#include
#include
#include "shellapi.hpp"
#pragma hdrstop
#include "UnboundModeDemoMain.h"
#i
www.eeworm.com/read/208294/4994551
h hdfeosversion.h
#include
/* define strings that will be displayed by the using the UNIX "what" command
on a file containing these strings */
#define HDFEOSd_BANNER "@(#)## ================= HDFEO
www.eeworm.com/read/192707/5150389
h passwd.h
#include
struct passwd
{
char pw_dir[_MAX_PATH];
};
struct passwd *getpwnam(const char *szUser);
www.eeworm.com/read/171602/5392319
cpp hashtbl.cpp
#include
#include
#include
#define TRUE 1
#define FALSE 0
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ declarations
www.eeworm.com/read/171602/5392344
cpp hashtbl.cpp
#include
#include
#include
#define TRUE 1
#define FALSE 0
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ declarations
www.eeworm.com/read/340665/3270898
c atoff.c
#include
#include
float
_DEFUN (atoff, (s),
_CONST char *s)
{
return strtof (s, NULL);
}