代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/195502/5110565
c stdlib.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/194228/5135738
c stdlib.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/193937/5141082
c stdlib.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/191923/5161103
cpp stdlib.cpp
/*!
\file MlcStdlib.cpp
\brief mona c standard library
Copyright (c) 2002-2004 shadow
All rights reserved.
\b License NYSL
\b Create 2004/02/29
\author shadow
$
www.eeworm.com/read/191242/5166679
vbl stdlib.vbl
'==================================================
' StdLib.VBL by Lin Wei 5/2/2002
' 标准预连接库为VmBasic提供一些常用或者扩充的功能
' 每次编译的时候编译程序会自动把它和源程序进行预连
' 接,因此对于扩充一个脚本引擎需要分两步:继承重载
' 虚拟机类的端口
www.eeworm.com/read/190666/5171570
h stdlib.h
/* DO NOT EDIT THIS FILE.
It has been auto-edited by fixincludes from:
"fixinc/tests/inc/stdlib.h"
This had to be done to correct non-standard usages in the
original, manufacturer sup
www.eeworm.com/read/190666/5171594
h stdlib.h
/* DO NOT EDIT THIS FILE.
It has been auto-edited by fixincludes from:
"fixinc/tests/inc/ansi/stdlib.h"
This had to be done to correct non-standard usages in the
original, manufacture
www.eeworm.com/read/190666/5181910
h stdlib.h
// -*- C++ -*- compatibility header.
// Copyright (C) 2002 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute i
www.eeworm.com/read/190666/5182053
h stdlib.h
// -*- C++ -*- header wrapper.
// Copyright (C) 1997-1999, 2000 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistrib
www.eeworm.com/read/190469/5183622
h stdlib.h
#ifndef __STDLIB
#define __STDLIB
#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0
#define MB_CUR_MAX 1
#ifndef NULL
#define NULL ((void*)0)
#endif
#define RAND_MAX 32767
typedef struct { int quot, rem