代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/391005/8428476
h my_malloc.h
#include
typedef long Align; /* for alignment to long boundary */
union header { /* block header: */
struct {
union header *next; /* next block if on Free list */
unsigned int siz
www.eeworm.com/read/189739/8455884
cpp toolsreport.cpp
#include "ToolsReport.h"
#include
#include
/*
This "SOFTWARE" is a free software.
You are allowed to download, use, modify and redistribute this software.
The softwa
www.eeworm.com/read/290749/8464394
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/390464/8464503
cpp selectkingofmonkey.cpp
// SelectKingOfMonkey.cpp : Defines the entry point for the console application.
//
#include
#include
typedef struct listnode{
int data;
struct listnode * next;
www.eeworm.com/read/189298/8477243
c bsearch.c
/*
** Demonstrates searching an array of structures with bsearch
*/
#include
#include
typedef struct {
char key[ 10 ]; /* the sort key for the array */
int other_data;
www.eeworm.com/read/189298/8477251
c qsort.c
/*
** Demonstrates sorting an array of structures with qsort
*/
#include
#include
typedef struct {
char key[ 10 ]; /* the sort key for the array */
int other_data; /*
www.eeworm.com/read/188503/8535239
c frequencies.c
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include
#include "frequencies.h"
struct STRTAB {
long nr;
const char *str;
};
/* ------------------------------------------------
www.eeworm.com/read/188102/8571402
cpp ppm_util.cpp
#include
#include
#include
#include
#include
#include "ppm_util.hpp"
/*+-------------------------------------------------------------------
www.eeworm.com/read/388617/8595427
cpp binary.cpp
// binary.cpp -- binary file I/O
#include // not required by most systems
#include
#include
#include // (or stdlib.h) for exit()
inline void eatline()
www.eeworm.com/read/388617/8596489
cpp binary.cpp
// binary.cpp -- binary file I/O
#include // not required by most systems
#include
#include
#include // (or stdlib.h) for exit()
inline void eatline()