代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/222703/14679507
h stdlib.h
7
#define PC6 6
#define PC5 5
#define PC4 4
#define PC3 3
#define PC2 2
#define PC1 1
#define PC0 0
#define DDC7 7
#define DDC6 6
#
www.eeworm.com/read/122442/14690072
h stdlib.h
www.eeworm.com/read/122442/14690915
h stdlib.h
www.eeworm.com/read/221956/14713339
h stdlib.h
www.eeworm.com/read/221956/14713405
h stdlib.h
www.eeworm.com/read/220509/14798326
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/119273/14834887
h stdlib.h
/* stdlib.h
Definitions for common types, variables, and functions.
Copyright (c) 1987, 1991 by Borland International
All Rights Reserved.
*/
#ifndef __STDLIB_H
#define __STDL
www.eeworm.com/read/218663/14910889
h stdlib.h
#ifndef __STDLIB_H
#define __STDLIB_H
#include
#define EXIT_SUCCESS 0
#define EXIT_FAILURE 1
#ifndef NULL
#define NULL 0
#endif
#include
#define RAND_MAX INT_MAX
#i
www.eeworm.com/read/215923/15033883
h stdlib.h
/*
* stdlib.h
* This file has no copyright assigned and is placed in the Public Domain.
* This file is a part of the mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER wit