代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/312282/3674153
c main.c
#include /* special function register declarations */
/* for the intended 8051 derivative */
#include
#include
www.eeworm.com/read/310846/3689221
c main.c
#include /* special function register declarations */
/* for the intended 8051 derivative */
#include
#include
www.eeworm.com/read/308688/3712549
c hello.c
#include
#include
int main()
{
printf("Hello World\n");
exit (EXIT_SUCCESS);
}
www.eeworm.com/read/298657/3860217
c pvallocr.c
#include
void *
_pvalloc_r (struct _reent *ptr, size_t bytes)
{
return pvalloc (bytes);
}
www.eeworm.com/read/298657/3860505
c mtrimr.c
#include
void *
_malloc_trim_r (struct _reent *ptr, size_t pad)
{
return 0;
}
www.eeworm.com/read/298657/3860552
c vallocr.c
#include
void *
_valloc_r (struct _reent *ptr, size_t bytes)
{
return valloc (bytes);
}
www.eeworm.com/read/298657/3860867
c mallocr.c
#include
void *
_malloc_r (struct _reent *ptr, size_t size)
{
return malloc (size);
}
www.eeworm.com/read/279968/4129305
c pvallocr.c
#include
void *
_pvalloc_r (struct _reent *ptr, size_t bytes)
{
return pvalloc (bytes);
}
www.eeworm.com/read/279968/4129594
c mtrimr.c
#include
void *
_malloc_trim_r (struct _reent *ptr, size_t pad)
{
return 0;
}
www.eeworm.com/read/279968/4129641
c vallocr.c
#include
void *
_valloc_r (struct _reent *ptr, size_t bytes)
{
return valloc (bytes);
}