代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/298428/7961334

c srch_env.c

#include #include void main (int argc, char *argv[]) { char path[128]; _searchenv(argv[1], "LIB", path); if (path[0]) printf("Pathname: %s\n", path)
www.eeworm.com/read/298428/7961925

c atexit.c

#include #include void first(void) { printf("First function registered\n"); } void second(void) { printf("Second function registered\n"); } void main (vo
www.eeworm.com/read/298428/7961937

c showpath.c

#include #include void main (void) { char *entry; entry = getenv("PATH"); if (*entry) printf("PATH=%s\n", entry); else printf("PATH is not de
www.eeworm.com/read/298428/7962067

c min_max.c

#include #include void main (void) { printf("Maximum of %f and %f is %f\n", 10.0, 25.0, max(10.0, 25.0)); printf("Minimum of %f and %f is %f\n", 10.0,
www.eeworm.com/read/298113/7973608

c min_max.c

#include #include void main (void) { printf("Maximum of %f and %f is %f\n", 10.0, 25.0, max(10.0, 25.0)); printf("Minimum of %f and %f is %f\n", 10.0,
www.eeworm.com/read/298041/7977042

c test5.c

#include #include int main(int argc, char **argv) { system("ps afx"); return 0; }
www.eeworm.com/read/397974/8012082

cpp test2.cpp

#include #include #include #include #include void test(void) { char pp[2]; int i; i=pp; printf("i=%x",i); }
www.eeworm.com/read/397828/8019929

h global.h

#include #include #include //加载字符测试程序 #define BSIZE 128//缓冲区大小 #define NONE -1 #define EOS '\0' #define NUM 256 #define DIV 257 #define MOD 258 #define ID 25
www.eeworm.com/read/297292/8032353

txt 09-21.txt

/* 范例:9-21 */ #include #include void main(int argc,char *argv[]) { FILE *fp1; int i,a=10,b=10; if ((fp1=fopen(argv[1],"r"))==NULL) /* 读取模式 */ { printf("文件%s
www.eeworm.com/read/397010/8072416

dp2 lc.dp2

LC.o: C:/IccAVR/include/iom16v.h C:/IccAVR/include/macros.h C:/IccAVR/include/stdlib.h C:/IccAVR/include/_const.h C:/IccAVR/include/limits.h E:\资料文件\MCU\myLC/LCD.h C:/IccAVR/include/iom16v.h C:/IccAVR