代码搜索:stdlib

找到约 10,000 项符合「stdlib」的源代码

代码结果 10,000
www.eeworm.com/read/132069/5923887

h stdlib.h

/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the
www.eeworm.com/read/132069/5923944

cpp stdlib.cpp

/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the
www.eeworm.com/read/131315/5935232

h stdlib.h

/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm
www.eeworm.com/read/131315/5941251

h stdlib.h

#ifndef _stdlib_h #define _stdlib_h 1 #include extern "C" { int abs(int); #ifdef __GNUG__ void volatile abort(void); #else void abort(void); #endif double atof(const char*);
www.eeworm.com/read/131315/5943353

h stdlib.h

/* ** stdlib.h ** ** Emulation of the Unix stdlib.h header file for PRIMOS ** ** Author: Peter Eriksson */ #ifndef __STDLIB_H__ #define __STDLIB_H__ extern char *malloc(); exter
www.eeworm.com/read/130382/5957805

h stdlib.h

/* @(#) stdlib.h 1.1 92/02/15 17:25:45 */ #ifndef _stdlib_h_ #define _stdlib_h_ /* NULL is also defined in */ #ifndef NULL #define NULL 0 #endif /* * Some functions in this
www.eeworm.com/read/130382/5958347

h stdlib.h

////////////////////////////////////////////////////////////////////////////// // Stdlib.h // // A fake source file designed to pacify the PFL. ////////////////////////////////////////////////////
www.eeworm.com/read/130105/5964656

c stdlib.c

/* stdlib.c * * (C) Copyright Apr 15 1995, Edmond J. Breen. * ALL RIGHTS RESERVED. * This code may be copied for personal, non-profit use only. * */ #ifndef NO_STDLIB #include
www.eeworm.com/read/130105/5964707

h stdlib.h

#ifndef _STDLIBH #define _STDLIBH #pragma push_safeptr #define _need_size_t #define _need_NULL #include "sys/stdtypes.h" #undef _need_NULL #undef _need_size_t #include
www.eeworm.com/read/130105/5964785

h stdlib.h

/* This header file is machine generated. Modify EiC/config/genstdio.c, or the target independent source files it reads, in order to modify this file. Any direct modifications to this file wil