代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/142185/5765930
c rkt1.c
#include "stdlib.h"
void rkt1(t,y,n,h,k,z,f)
void (*f)();
int n,k;
double t,h,y[],z[];
{ int i,j,l;
double a[4],tt,*b,*d;
b=malloc(n*sizeof(double));
d=malloc(n*size
www.eeworm.com/read/137696/5818481
h xerces_sample_prefix.h
/*
* Copyright 2001-2002,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License
www.eeworm.com/read/137696/5818484
h xerces_prefix.h
/*
* Copyright 2001-2002,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License
www.eeworm.com/read/137696/5818488
h xerces_sample_prefix.h
/*
* Copyright 2001-2002,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License
www.eeworm.com/read/137696/5818493
h xerces_prefix.h
/*
* Copyright 2001-2002,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License
www.eeworm.com/read/133772/5900672
entries
D/common////
D/i18n////
D/setjmp////
D/signals////
D/startup////
D/stdio////
D/stdlib////
D/string////
D/time////
www.eeworm.com/read/128447/5990283
mak pkgconf.mak
#=============================================================================
#
# makefile
#
# language/c/libc/tests
#
#=========================================================================
www.eeworm.com/read/128026/5992998
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/128026/5993005
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/126765/6012268
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