代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/401989/2334223

h debugmalloc.h

#ifndef DEBUGMALLOC_H #define DEBUGMALLOC_H #include /* Macros that will call the wrapper functions with the current filename and line number */ #define MALLOC(s) MyMalloc(s, __
www.eeworm.com/read/401989/2334235

h debugmalloc.h

#ifndef DEBUGMALLOC_H #define DEBUGMALLOC_H #include /* Macros that will call the wrapper functions with the current filename and line number */ #define MALLOC(s) MyMalloc(s, __
www.eeworm.com/read/400494/2352243

c atexit.c

#include #include void bye (void) { puts ("Goodbye, cruel world...."); } int main (void) { atexit (bye); exit (EXIT_SUCCESS); }
www.eeworm.com/read/400494/2352298

texi atexit.c.texi

#include #include void bye (void) @{ puts ("Goodbye, cruel world...."); @} int main (void) @{ atexit (bye); exit (EXIT_SUCCESS); @}
www.eeworm.com/read/397641/2400662

txt new 200.txt

#include #include #include #define TEL #define consumer struct consumer { char* get_num(char num[]); ch
www.eeworm.com/read/396039/2424181

cpp strencode.cpp

#include "mpdutil.h" #include #include /* * This is not encryption. * This is simply encoding characters into number strings to * avoid string delimination problems. */ cha
www.eeworm.com/read/389922/2530254

c shar.c

/* shar - make a shell archive Author: Michiel Husijes */ #include /* for the nonstd :-( _PROTOTYPE */ #include static _PROTOTYPE( void error, (char *progname, char *operation
www.eeworm.com/read/387285/2563149

c hashtablemain.c

/* hash table */ #include #include /* implementation dependent declarations */ typedef int keyType; /* type of key */ /* user data stored in hash table */ typedef st
www.eeworm.com/read/386632/2569824

c test_for_i.c

#include #include #include void main(){ int i=0; for (;i
www.eeworm.com/read/385462/2590207

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