代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/15240/441529
c stdlib.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/15241/442979
h stdlib.h
/*--------------------------------------------------------------------------
STDLIB.H
Standard functions.
Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved
www.eeworm.com/read/15499/466693
h stdlib.h
/* stdlib.h
Definitions for common types, variables, and functions.
Copyright (c) 1987, 1992 by Borland International
All Rights Reserved.
*/
#ifndef __STDLIB_H
#define __STDL
www.eeworm.com/read/16069/644962
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/16069/644966
h stdlib.h
/*
* File: stdlib.h
* Purpose: Function prototypes for standard library functions
*
* Notes:
*/
#ifndef _STDLIB_H
#define _STDLIB_H
/***************************************
www.eeworm.com/read/16273/666608
h stdlib.h
/***
*stdlib.h - declarations/definitions for commonly used library functions
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This include file
www.eeworm.com/read/16589/680508
h stdlib.h
/* Standard utility functions */
#ifndef _STDDEF
typedef int ptrdiff_t; /* result type of pointer difference */
typedef unsigned size_t; /* type yielded by sizeof */
typedef unsigned short wch
www.eeworm.com/read/16910/702354
h stdlib.h
/***
*stdlib.h - declarations/definitions for commonly used library functions
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This include file
www.eeworm.com/read/17071/712997
c stdlib.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/26623/854686
h stdlib.h
/*--------------------------------------------------------------------------
STDLIB.H
Standard functions.
Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved