代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/8113/141913
c˴
#include
#include
int main()
{
FILE * sourcefile;
FILE * keyfile;
FILE * destfile;
char ch,keych;
int i;
puts("****************************************");
puts("* T
www.eeworm.com/read/10105/181345
c 58.c
#include
#include
int main()
{
FILE * sourcefile;
FILE * keyfile;
FILE * destfile;
char ch,keych;
int i;
puts("****************************************");
puts("* T
www.eeworm.com/read/11175/209911
c strpfx.c
#include
#include
#include "strpfx.h"
// Determine if a string is a prefix
// - case sensitive varient
char*
strprefix (
char* szTest,
char* szFull )
{
www.eeworm.com/read/11175/209952
c stripfx.c
#include
#include
#include "strpfx.h"
// Determine if a string is a prefix
// - case insensitive variant
char*
striprefix (
char* szTest,
char* szFull )
{
www.eeworm.com/read/11175/210050
c lzshare.c
/* TS = none */
/*
** LZSHARE.C -- Shared code, variables, and defines for
** LZ compression/decompression module.
*/
#include
#include
#include
www.eeworm.com/read/12198/240308
c 58.c
#include
#include
int main()
{
FILE * sourcefile;
FILE * keyfile;
FILE * destfile;
char ch,keych;
int i;
puts("****************************************");
puts("* T
www.eeworm.com/read/13112/268430
c 冒泡排序.c
# include "stdio.h"
# include "stdlib.h"
struct node{
int values;
struct node *next;
};
struct node *create(int [],int);
void sort (struct node **)
www.eeworm.com/read/37326/901309
c 58.c
#include
#include
int main()
{
FILE * sourcefile;
FILE * keyfile;
FILE * destfile;
char ch,keych;
int i;
puts("****************************************");
puts("* T
www.eeworm.com/read/37274/1070777
c ch09_9.c
#include
#include
int main()
{
struct student
{
char name[20];
int score;
struct student *next;
}; /* 定义 student 节点 */
struct
www.eeworm.com/read/38039/1105735
c cluser.c
#include
#include
#include "CustomDLL.h"
#include "ProToolkitDll.h"
#include "ProArray.h"
#include "ProUtil.h"
/*******************************************************************