代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/240985/13182607
c barchart.c
// Borland C++ - (C) Copyright 1991 by Borland International
// BARCHART Example Program
#include
#include
#include
#include
www.eeworm.com/read/240686/13205030
h set.h
#ifndef SET_CLASS
#define SET_CLASS
#include
#include
enum ErrorType
{
InvalidMember, ExpectRightBrace, MissingValue,
MissingComma, InvalidChar, MissingLeftB
www.eeworm.com/read/138638/13227301
h queue.h
/*
** Interface for a queue module
*/
#include
#define QUEUE_TYPE int /* Type of value in the queue */
/*
** create_queue
** Creates a queue. The argument indicates the maximu
www.eeworm.com/read/138638/13227374
c strlen.c
/*
** Compute the length of a string.
*/
#include
size_t
strlen( char *string )
{
int length = 0;
/*
** Advance through the string, counting characters
** until the term
www.eeworm.com/read/138638/13227433
c char_cat.c
/*
** Compute the percentage of characters read from the standard
** input that are in each of several character categories.
*/
#include
#include
#include
/*
*
www.eeworm.com/read/138638/13227496
c invdelet.c
/*
** Function to discard an inventory record.
*/
#include
#include "inventor.h"
void
discard_inventory_record( Invrec *record )
{
/*
** Delete the variant parts of the recor
www.eeworm.com/read/138258/13244316
c bdays.c
#include
#include
struct date {
int month;
int day;
int year;
};
struct family {
char name[20];
struct date bi
www.eeworm.com/read/138142/13257558
c main.c
/*++
Module Name:
Main.c
Note: it's ugly!
--*/
#include
#include
#include
#include
www.eeworm.com/read/324357/13269639
cpp vsm.cpp
// VSM_opp.cpp
//
//////////////////////////////////////////////////////////////////////
#include "iostream.h"
#include "fstream.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
www.eeworm.com/read/137764/13299869
c hashtree.c
#include
#include
#include
#include
#include "IntList.h"
#include "HashTree.h"
//////////////////////////////////////////////////////////////////////