代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/279968/4129944
c freer.c
#include
void
_free_r (struct _reent *ptr, void *addr)
{
free (addr);
}
www.eeworm.com/read/428059/1963163
cpp protocol.cpp
#include "protocol.h"
#include
#include
/*/////////////////////////////
// protocol.cpp //
/////////////////////////
www.eeworm.com/read/428059/1963214
cpp protocol.cpp
#include "protocol.h"
#include
#include
/*/////////////////////////////
// protocol.cpp //
/////////////////////////
www.eeworm.com/read/416410/2124246
cpp multi.cpp
//---------------------------------------------------------------------------
#include
#include
#pragma hdrstop
#include "multi.h"
//-------------------------------------
www.eeworm.com/read/385462/2590230
c check_hello.c
#include
#include
int main ()
{
printf ("pass\n");
exit (0);
}
www.eeworm.com/read/378992/2677784
c int.c
#include
int main(int argc, char **argv)
{
asm ("int $129");
exit(0);
}
www.eeworm.com/read/260165/4335264
hpp cstdlib.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: stlsoft/std/cstdlib.hpp
*
* Purpose: Mappings to stdlib string functions
*
* Created: 2nd
www.eeworm.com/read/471882/6883706
h matrix.h
#include
#include
#ifndef __MatrixbyZsolt__
#define __MatrixbyZsolt__
///////////////////////////////////////////////////////////////////////////////////////
//Ini
www.eeworm.com/read/293928/8262460
c 5_1a.c
/* ======================================== */
/* 程式实例:5_1a.c */
/* 使用数组来构建栈 */
/* ======================================== */
#include
#
www.eeworm.com/read/293928/8262469
c 5_8.c
/* ======================================== */
/* 程式实例: 5_8.c */
/* 应用栈来走迷宫 */
/* ======================================== */
#include