代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/415991/11045856

h stdlib.h

/******************************************************************/ /* */ /* INTEL CORPORATION PROPRIETARY INFORMATION.
www.eeworm.com/read/268799/11120847

h stdlib.h

/* * stdlib.h * */ #ifndef __STDLIB_H__ #define __STDLIB_H__ #define EXIT_FAILURE 0 #define EXIT_SUCCESS 1 #define RAND_MAX 4294967295 typedef struct divt { int quot; int rem; }d
www.eeworm.com/read/412540/11193853

h stdlib.h

/*****************************************************************************/ /* stdlib.h v3.70 */ /* Copyright (c) 1993-2001 Texas Instrume
www.eeworm.com/read/411144/11254623

c stdlib.c

/** * Tima Standard ANSI C based Library * * Copyright (C) 2008 heiyeluren. All rights reserved. * * Open-source ANSI C library powered by TieMa(TIMA) Studio. * * Use and distribution
www.eeworm.com/read/411144/11254636

h stdlib.h

/** * Tima Standard ANSI C based Library * * Copyright (C) 2008 heiyeluren. All rights reserved. * * Open-source ANSI C library powered by TieMa(TIMA) Studio. * * Use and distribution
www.eeworm.com/read/147363/12558955

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/147193/12577866

gif stdlib.gif

www.eeworm.com/read/248210/12589368

inc stdlib.inc

#ifndef _INCLUDE_FILE_STDLIB_INC_ _INCLUDE_FILE_STDLIB_INC_ equ include stddef.inc _abs proto cdecl n:dword _labs proto cdecl n:dword _abort proto cdecl _atoi proto cdecl string:dword _atol
www.eeworm.com/read/248190/12590208

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 wchar_t;
www.eeworm.com/read/334090/12638386

h stdlib.h

/*****************************************************************************/ /* stdlib.h v2.24 */ /* Copyright (c) 1993-2002 Texas Instru