代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/126765/6012270

c labs.c

/* labs.c - labs file for stdlib */ /* Copyright 1992-1993 Wind River Systems, Inc. */ /* modification history -------------------- 01c,08feb93,jdi documentation cleanup for 5.1. 01b,20sep92,smb
www.eeworm.com/read/126765/6012274

c abort.c

/* abort.c - abort file for stdlib */ /* Copyright 1992-1993 Wind River Systems, Inc. */ /* modification history -------------------- 01d,08feb93,jdi documentation cleanup for 5.1. 01c,20sep92,smb
www.eeworm.com/read/124347/6052135

c abort.c

/* NetWare can not use this implementation of abort. It provides its own version of abort in clib.nlm. If we can not use clib.nlm, then we must write abort in sys/netware. */ #ifdef ABORT_PR
www.eeworm.com/read/123322/6060590

cdl libc.cdl

# ==================================================================== # # libc.cdl # # C library configuration data # # ====================================================================
www.eeworm.com/read/107846/6188167

c fileio.c

# include # include void main() { /* 定义一个文件指针fp */ FILE *fp; char ch, filename[10]; printf("Please input the name of file: "); scanf("%s", filename); /* 输入字符串并赋给
www.eeworm.com/read/107846/6188174

c fseek.c

# include # include void main(int argc, char *argv[]) { FILE *fp; if(argc!=3) { printf("缺少字节位置,无法进行操作。\n"); exit(0); } if((fp=fopen(argv[1], "rb"))==NULL)
www.eeworm.com/read/101066/6256549

c abs.c

/* abs.c - abs file for stdlib */ /* Copyright 1992-1993 Wind River Systems, Inc. */ /* modification history -------------------- 01c,08feb93,jdi documentation cleanup for 5.1. 01b,20sep92,smb do
www.eeworm.com/read/101066/6256551

c labs.c

/* labs.c - labs file for stdlib */ /* Copyright 1992-1993 Wind River Systems, Inc. */ /* modification history -------------------- 01c,08feb93,jdi documentation cleanup for 5.1. 01b,20sep92,smb
www.eeworm.com/read/101066/6256555

c abort.c

/* abort.c - abort file for stdlib */ /* Copyright 1992-1993 Wind River Systems, Inc. */ /* modification history -------------------- 01d,08feb93,jdi documentation cleanup for 5.1. 01c,20sep92,smb
www.eeworm.com/read/145285/6350508

c fileio.c

# include # include void main() { /* 定义一个文件指针fp */ FILE *fp; char ch, filename[10]; printf("Please input the name of file: "); scanf("%s", filename); /* 输入字符串并赋给