代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/345247/11824307

c tst_free.c

#include #include /* for printf */ void tst_free (void) { void * mbuf; printf ("Allocating memory\n"); mbuf = malloc (1000); if (mbuf == NULL)
www.eeworm.com/read/345247/11824309

c tst_malloc.c

#include #include /* for printf */ void tst_malloc (void) { unsigned char xdata *p; p = malloc (1000); /* allocate 1000 bytes */ i
www.eeworm.com/read/345151/11835434

cpp fvsimage.cpp

// This file contains the implementation for FvsImage class #ifndef __FVSIMAGE_IMPLEMENTATION__ #define __FVSIMAGE_IMPLEMENTATION__ #include #include "fvsimage.h" #include "vector.h" //
www.eeworm.com/read/258434/11864280

c scrnsave.c

/* ** SCRNSAVE.C - Save and restore text screen portably ** ** public domain demo by Bob Stout */ #include /* ** Stuff from SNIPPETS courtesy of Jim Nutt ** ** Notes: VIOop
www.eeworm.com/read/258434/11864776

c do.c

/* ** DO.C - a simple facility for specifying multiple commands */ #include #include void main(int argc, char *argv[]) { if (2 > argc) { puts
www.eeworm.com/read/258319/11870779

cpp manage.cpp

#include"Associator.h" #include"stdlib.h" void draw(); void select(); void search(); void namesearch(); void idsearch(); void add(); int main() { select(); return(0); }
www.eeworm.com/read/154628/11942105

cpp ch21_1.cpp

//********************** //** ch21_1.cpp ** //********************** #include #include #include void main(int argc, char ** argv) { ifstream sourc
www.eeworm.com/read/153278/12044113

cpp activexcommview.cpp

// ActivexcommView.cpp : implementation of the CActivexcommView class // #include "stdafx.h" #include "Activexcomm.h" #include #include "ActivexcommDoc.h" #include "ActivexcommView.
www.eeworm.com/read/341901/12055946

c mcmpfft.c

#include #include #include #include "msp.h" void mcmpfft(complex x[],int n,int isign) { /*--------------------------------------------------------------------- Ro
www.eeworm.com/read/341901/12055950

c msplfft.c

#include #include #include #include "msp.h" void msplfft(complex x[],int n,int isign) { /*---------------------------------------------------------------------- R