代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/185477/6336876

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/192475/6337889

h stdlib.h

/*-------------------------------------------------------------------------- STDLIB.H Standard functions. Copyright (c) 1988-2005 Keil Elektronik GmbH and Keil Software, Inc. All rights reserved
www.eeworm.com/read/493030/6404240

h stdlib.h

www.eeworm.com/read/490821/6442882

h stdlib.h

www.eeworm.com/read/487761/6508571

rtf stdlib.rtf

www.eeworm.com/read/483067/6609250

h stdlib.h

/* stdlib.h Definitions for common types, variables, and functions. Copyright (c) Borland International 1987,1988,1990,1991 All Rights Reserved. */ #ifndef __ST
www.eeworm.com/read/480891/6663364

h stdlib.h

/////////////////////////////////////////////////////////////////////////// //// (C) Copyright 1996,2003 Custom Computer Services //// //// This source code may only be used by lice
www.eeworm.com/read/478557/6709807

h stdlib.h

/* GENERAL LIBRARY FUNCTIONS HEADER * Copyright (c) 2006 by COSMIC Software */ #ifndef __STDLIB__ #define __STDLIB__ 1 #define EXIT_FAILURE 1 #define EXIT_SUCCESS 0 #define MB_CUR_MAX 1 #d
www.eeworm.com/read/409992/11305350

h stdlib.h

#ifndef __STDLIB_H__ #define __STDLIB_H__ /* * Lots of nice support functions here and a few defines * to support some functions * * $Id: stdlib.h,v 1.15 2004/03/05 09:30:52 dom Exp $ */ #inclu
www.eeworm.com/read/263675/11348326

c stdlib.c

/* * File: stdlib.c * Purpose: Functions normally found in a standard C lib. * * Notes: This supports ASCII only!!! * */ #include "src/common/common.h" #include "src/common/stdlib.h