代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/376114/9331225
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/375907/9344093
d xmain.d
.\obj\xmain.o: app\xmain.c
.\obj\xmain.o: e:\Keil\ARM\RV31\INC\stdlib.h
.\obj\xmain.o: e:\Keil\ARM\RV31\INC\string.h
.\obj\xmain.o: .\CommonFiles\def.h
.\obj\xmain.o: .\CommonFiles\option.h
.\obj
www.eeworm.com/read/374989/9376294
c checkerrno.c
#include
#include
#include
int main()
{
FILE *stream;
char * filename = "test";
errno = 0;
stream = fopen (filename, "r");
if (stream == NULL) {
pri
www.eeworm.com/read/374989/9376767
c 4-27.c
#include
#include
#include
int main(int argc, char* argv[])
{
char a;
char *str=&a;
strcpy(str,"hello");
printf("%s\n",str);
return 0;
}
www.eeworm.com/read/374989/9376811
c 4-39.c
#include
#include
#include
int main()
{
char str[] = "ABCD1234efgh";
int length = strlen(str);
char *p1 = str; // p1指向字符串的第一个字符
char *p2 = str + length - 1
www.eeworm.com/read/374949/9377968
cpp 11_92.cpp
#include
#include
#include
#include
void main()
{
int r; char c;
fstream file;
char fn[15],buf[100];
coutfn;
f
www.eeworm.com/read/374929/9378752
h score.h
#include "stdio.h"
#include
#include
#include
#define SIZE 5
typedef struct
{
char name[20]; /*Field of name */
int score; /*Filed of s
www.eeworm.com/read/374648/9391221
h afx.h
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/178331/9407603
c test.c
/*#include "STDIO.h"
#include "STDLIB.H" */
long i=0;
int pt[53000];
main()
{
for(i=0;i
www.eeworm.com/read/178331/9407618
c try2.c
/*#include "STDIO.h"
#include "STDLIB.H" */
long i=0;
int pt[53000];
main()
{
for(i=0;i