代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/396039/2423913

c trunc.c

/* * This file tests that message truncation errors are properly detected and * handled (in particular, that data is NOT overwritten). */ #include "mpi.h" #include #include #i
www.eeworm.com/read/389864/2535283

cxx lexopal.cxx

// Scintilla source code edit control /** @file LexOpal.cxx ** Lexer for OPAL (functional language similar to Haskell) ** Written by Sebastian Pipping **/ #include
www.eeworm.com/read/387868/2555568

cxx lexopal.cxx

// Scintilla source code edit control /** @file LexOpal.cxx ** Lexer for OPAL (functional language similar to Haskell) ** Written by Sebastian Pipping **/ #include
www.eeworm.com/read/375736/2721542

c strpfx.c

#include #include #include "strpfx.h" // Determine if a string is a prefix // - case sensitive varient char* strprefix ( char* szTest, char* szFull ) {
www.eeworm.com/read/375736/2721582

c stripfx.c

#include #include #include "strpfx.h" // Determine if a string is a prefix // - case insensitive variant char* striprefix ( char* szTest, char* szFull ) {
www.eeworm.com/read/375736/2721642

c lzshare.c

/* TS = none */ /* ** LZSHARE.C -- Shared code, variables, and defines for ** LZ compression/decompression module. */ #include #include #include
www.eeworm.com/read/368818/2806470

c 冒泡排序.c

# include "stdio.h" # include "stdlib.h" struct node{ int values; struct node *next; }; struct node *create(int [],int); void sort (struct node **)
www.eeworm.com/read/358714/2984421

c example2.c

/* NOCW */ /* Please read the README file for condition of use, before using this software. Maurice Gittens January 1997 */ #include #include
www.eeworm.com/read/356512/3041158

c 冒泡排序.c

# include "stdio.h" # include "stdlib.h" struct node{ int values; struct node *next; }; struct node *create(int [],int); void sort (struct node **)
www.eeworm.com/read/355697/3050071

c example2.c

/* NOCW */ /* Please read the README file for condition of use, before using this software. Maurice Gittens January 1997 */ #include #include