代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/312645/3652597
entries
D/common////
D/i18n////
D/setjmp////
D/signals////
D/startup////
D/stdio////
D/stdlib////
D/string////
D/time////
www.eeworm.com/read/312645/3652599
extra entries.extra
D/common////
D/i18n////
D/setjmp////
D/signals////
D/startup////
D/stdio////
D/stdlib////
D/string////
D/time////
www.eeworm.com/read/305065/3780682
cpp random.cpp
/*
random.cpp
*/
#include
#include
char* get_rand_string(int);
///////////////////////////////////////////////////////////////////
//This function will return a random ascii
www.eeworm.com/read/304568/3797938
c style.c
/*
* style.c: load and keep track of user style preferences
*/
#include
#include
#include "halibut.h"
www.eeworm.com/read/298657/3860466
c reallocr.c
#include
void *
_realloc_r (struct _reent *ptr, void *old, size_t newlen)
{
return realloc (old, newlen);
}
www.eeworm.com/read/292144/3956274
src webtool.app.src
{application,webtool,
[{description,"Toolbar lookalike for the web"},
{vsn,"%VSN%"},
{modules,[webtool,webtool_sup]},
{registered,[web_tool,websup]},
{applications,[kernel,stdlib]}]}.
www.eeworm.com/read/292144/3956278
app webtool.app
{application,webtool,
[{description,"Toolbar lookalike for the web"},
{vsn,"0.8.3.1"},
{modules,[webtool,webtool_sup]},
{registered,[web_tool,websup]},
{applications,[kernel,stdlib]}]}.
www.eeworm.com/read/289366/3991480
cpp thread.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include
#include "Thread.h"
#pragma package(smart_init)
//static AnsiStrin
www.eeworm.com/read/287128/4026301
c tstbot.c
#include "randlib.h"
#include
#include
void main(int argc,char argv[])
/*
**********************************************************************
A test program for the bottom
www.eeworm.com/read/282196/4106792
cpp ch15_7.cpp
//**********************
//** ch15_7.cpp **
//**********************
#include
#include
class Vector{
public:
Vector(int);
~Vector(){ delete[]v; }