代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/175402/5347434
cpp ch21_1.cpp
//**********************
//** ch21_1.cpp **
//**********************
#include
#include
#include
void main(int argc, char ** argv)
{
ifstream sourc
www.eeworm.com/read/166408/5474769
inl stubs.inl
#include
#include
inline LispInt PlatStrLen(const LispCharPtr aString)
{
return strlen(aString);
/*Generic version
LispInt nr=0;
while ((*aString) != '\0')
www.eeworm.com/read/166408/5474785
inl stubs.inl
#include
#include
inline LispInt PlatStrLen(const LispCharPtr aString)
{
return strlen(aString);
/*Generic version
LispInt nr=0;
while ((*aString) != '\0')
www.eeworm.com/read/166408/5474789
inl stubs.inl
#include
#include
inline LispInt PlatStrLen(const LispCharPtr aString)
{
return strlen(aString);
/*Generic version
LispInt nr=0;
while ((*aString) != '\0')
www.eeworm.com/read/162614/5520140
c inherit2.c
// { dg-do assemble }
#include
class A {
public:
void z();
A(void) {}
private:
A(const A &) { abort(); } // { dg-error "private" }
const A& operator =(const A &) { abort(); }
};
www.eeworm.com/read/162614/5527131
c const-addr-expr-1.c
#include
#include
extern void abort();
typedef struct foo
{
int uaattrid;
char *name;
} FOO;
FOO Upgrade_items[] =
{
{1, "1"},
www.eeworm.com/read/346457/3182815
svn-base check_openpf2.c.svn-base
/* Check that the simulator has chdir:ed to the --sysroot argument
#sim: --sysroot=@srcdir@
(or that --sysroot is applied to relative file paths). */
#include
#include
#incl
www.eeworm.com/read/346457/3182865
c check_openpf2.c
/* Check that the simulator has chdir:ed to the --sysroot argument
#sim: --sysroot=@srcdir@
(or that --sysroot is applied to relative file paths). */
#include
#include
#incl
www.eeworm.com/read/340665/3270757
c reent.c
/*
FUNCTION
---definition of impure data.
INDEX
reent
DESCRIPTION
This module defines the impure data area used by the
non-reentrant functions, such as strtok.
*/
#include
www.eeworm.com/read/340665/3270946
h local.h
/* Misc. local definitions for libc/stdlib */
#ifndef _LOCAL_H_
#define _LOCAL_H_
char * _EXFUN(_gcvt,(struct _reent *, double , int , char *, char, int));
#endif