代码搜索结果

找到约 3,686,282 项符合 C 的代码

file2.c

# include extern int sum(int a, int b) /* 定义外部函数sum() */ { int c; c = a + b; return c; /* 返回参数的商 */ }

substr.c

# include int find_substr(char* s1, char* s2); void main() { if(find_substr("C is fun", "is") != -1) printf("Substring is found.\n"); } /* 定义子函数 */ int find_substr(char* s1,

free.c

/*----------------------------------------------------------------------------- FREE.C is part of the C51 Compiler package from Keil Software. Copyright (c) 1995-2002 Keil Software. All rights rese

realloc.c

/*----------------------------------------------------------------------------- REALLOC.C is part of the C51 Compiler package from Keil Software. Copyright (c) 1995-2002 Keil Software. All rights r

init_mem.c

/*----------------------------------------------------------------------------- INIT_MEM.C is part of the C51 Compiler package from Keil Software. Copyright (c) 1995-2002 Keil Software. All rights

calloc.c

/*----------------------------------------------------------------------------- CALLOC.C is part of the C51 Compiler package from Keil Software. Copyright (c) 1995-2002 Keil Software. All rights re

malloc.c

/*----------------------------------------------------------------------------- MALLOC.C is part of the C51 Compiler package from Keil Software. Copyright (c) 1995-2002 Keil Software. All rights re

hello.c

/* FLASH.C - LED Flasher for the Keil MCB251 Evaluation Board with 80C51 device*/ #include #include void main (void) { #ifndef MONITOR // init ser

blinky.c

/******************************************************************************/ /* */ /* BLINKY.C: Test Program for D

c_bank0.c

/*------------------------------------------------------------------------------ C_BANK0.C Copyright 1995-1996 Keil Software, Inc. ----------------------------------------------------------------