代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/438718/1822616

h stdlib.h

#ifndef _332_STDLIB_H_ #define _332_STDLIB_H_ #include #include "libc_segments.h" #ifndef NULL #define NULL ((void *) 0) #endif extern void *malloc (size_t size); extern vo
www.eeworm.com/read/436051/1855142

h stdlib.h

#ifndef _STDLIB_H_ #define _STDLIB_H_ #include "sys/reent.h" typedef struct { int quot; /* quotient */ int rem; /* remainder */ } div_t; typedef struct { long quot; /* quotie
www.eeworm.com/read/436018/1857705

c stdlib.c

/* FILENAME: stdlib.c * * Functions normally found in a standard C lib. * * 12/28/2005 - added memcmp and memmove * * Notes: These functions support ASCII only!!! */ #include "support
www.eeworm.com/read/436018/1857710

h stdlib.h

/* * File: stdlib.h * Purpose: Function prototypes for standard library functions * * Notes: */ #ifndef _STDLIB_H #define _STDLIB_H /************************************************
www.eeworm.com/read/435707/1861209

h stdlib.h

#ifndef STDLIB_H #define STDLIB_H #include #define RAND_MAX 2147483646 // rand() returns values mod 2^31-1 typedef struct { int quot; // quotient int rem; // remainder } div_t; t
www.eeworm.com/read/433521/1883295

c stdlib.c

/* * File: stdlib.c * Purpose: Functions normally found in a standard C lib. * * Notes: This supports ASCII only!!! * */ #include "common.h" #include "stdlib.h" /****************
www.eeworm.com/read/433521/1883299

h stdlib.h

/* * File: stdlib.h * Purpose: Function prototypes for standard library functions * * Notes: */ #ifndef _STDLIB_H #define _STDLIB_H /************************************************
www.eeworm.com/read/433521/1883393

c stdlib.c

/* * File: stdlib.c * Purpose: Functions normally found in a standard C lib. * * Notes: This supports ASCII only!!! * */ #include "common.h" #include "stdlib.h" /****************
www.eeworm.com/read/433521/1883397

h stdlib.h

/* * File: stdlib.h * Purpose: Function prototypes for standard library functions * * Notes: */ #ifndef _STDLIB_H #define _STDLIB_H /************************************************
www.eeworm.com/read/432012/1901398

h stdlib.h

/* * Creation Date: * Time-stamp: * * * * * Copyright (C) 2003 Samuel Rydh (samuel@ibrium.se) * * This