代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/340665/3269717

c malignr.c

#include void * _memalign_r (struct _reent *ptr, size_t alignment, size_t bytes) { return memalign (alignment, bytes); }
www.eeworm.com/read/340665/3269718

c callocr.c

#include void * _calloc_r (struct _reent *ptr, size_t size, size_t len) { return calloc (size, len); }
www.eeworm.com/read/340665/3269721

c msizer.c

#include size_t _malloc_usable_size_r (struct _reent *ptr, void *mem) { return malloc_usable_size (mem); }
www.eeworm.com/read/340665/3270293

entries

/malloc.h/1.1.1.1/Tue Aug 19 22:29:44 2003// /stdlib.h/1.1.1.1/Tue Aug 19 22:29:44 2003// D
www.eeworm.com/read/339586/3296915

cpp xmluniformisertest.cpp

#include #include "UnitTestToolSuite.h" #include "XmlUniformiserTest.h" #include "XmlUniformiser.h" CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( XmlUniformiserTest,
www.eeworm.com/read/339340/3309828

c hello.c

#include #include int main() { printf("Hello World\n"); printf("Have a nice day\n"); exit (EXIT_SUCCESS); }
www.eeworm.com/read/334677/3363535

c hello.c

#include #include int main() { printf("Hello World\n"); printf("Have a nice day\n"); exit (EXIT_SUCCESS); }
www.eeworm.com/read/332358/3400248

c errexit.c

#include #if defined _UNDERSCORE void errexit_ (int a) #elif defined _DOUBLEUNDERSCORE void errexit__ (int a) #else void errexit (int a) #endif { exit (a); }
www.eeworm.com/read/327133/3463965

h lzmaramdecode.h

/* LzmaRamDecode.h */ #ifndef __LzmaRamDecode_h #define __LzmaRamDecode_h #include /* LzmaRamGetUncompressedSize: In: inBuffer - input data inSize - input data si
www.eeworm.com/read/327043/3464422

c 121.c

#define MAXSIZE 30 #define OVERFLOW -1 #include "stdio.h" #include "stdlib.h" typedef struct { int low; int high; } boundary; //子序列