代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/351574/3106590
h stdlib.h
#ifndef _INCLUDE_STDLIB_H
#define _INCLUDE_STDLIB_H
#endif
www.eeworm.com/read/268146/4256628
c stdlib.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/267293/4268137
h stdlib.h
#ifndef __STDLIB_SVCD_H
#define __STDLIB_SVCD_H
typedef struct
{
int quot;
int rem;
}
div_t;
typedef struct
{
unsigned int quot;
unsigned int rem;
}
udiv_t;
typedef s
www.eeworm.com/read/262476/4312945
c stdlib.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/261580/4321173
h stdlib.h
#ifndef _MACHSTDLIB_H_
#define _MACHSTDLIB_H_
/* place holder so platforms may add stdlib.h extensions */
#endif /* _MACHSTDLIB_H_ */
www.eeworm.com/read/261386/4322717
c stdlib.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/260597/4330347
h stdlib.h
/***
*stdlib.h - declarations/definitions for commonly used library functions
*
* Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This include file contai
www.eeworm.com/read/260597/4331668
h stdlib.h
/***
*stdlib.h - declarations/definitions for commonly used library functions
*
* Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This include file contains t
www.eeworm.com/read/258893/4349731
h stdlib.h
/* @(#) stdlib.h 1.1 92/02/15 17:25:45 */
#ifndef _stdlib_h_
#define _stdlib_h_
/* NULL is also defined in */
#ifndef NULL
#define NULL 0
#endif
/*
* Some functions in this
www.eeworm.com/read/258893/4350273
h stdlib.h
//////////////////////////////////////////////////////////////////////////////
// Stdlib.h
//
// A fake source file designed to pacify the PFL.
////////////////////////////////////////////////////