代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/242082/4556450
c mapstr.c
// mapstr.c -- match abbreviated strings from list
//
#include
#include "mapstr.h"
// Find the "best" argument mapping
MapItemPtr
mapAbbrStr (
MapAbbr szArg,
MapItemPt
www.eeworm.com/read/240162/4580875
c inherit2.c
// { dg-do assemble }
#include
class A {
public:
void z();
A(void) {}
private:
A(const A &) { abort(); } // { dg-error "" }
const A& operator =(const A &) { abort(); }
};
class
www.eeworm.com/read/236246/4643214
cpp ch21_1.cpp
//**********************
//** ch21_1.cpp **
//**********************
#include
#include
#include
void main(int argc, char ** argv)
{
ifstream sourc
www.eeworm.com/read/235416/4651425
c server.c
#define STRICT
#include
#include "server.h"
#include
#include
#include
// clients[] is a global array of
www.eeworm.com/read/234134/4661944
c mapstr.c
// mapstr.c -- match abbreviated strings from list
//
#include
#include "mapstr.h"
// Find the "best" argument mapping
MapItemPtr
mapAbbrStr (
MapAbbr szArg,
MapItemPt
www.eeworm.com/read/233448/4673695
c inherit2.c
// { dg-do assemble }
#include
class A {
public:
void z();
A(void) {}
private:
A(const A &) { abort(); } // { dg-error "private" }
const A& operator =(const A &) { abort(); }
};
www.eeworm.com/read/229812/4735498
h clibext.h
/* clibext.h:
This file contains defines and prototypes of functions that are present
in Watcom's CLIB but not in many other C libraries */
#include
#include
#includ
www.eeworm.com/read/229812/4737351
c chgfnt.c
#ifdef TESTCHGFNT
// Read an AmiPro style sheet and change any unknown font
#include
#include
#ifdef __TURBOC__
#pragma hdrstop
#endif
#include
www.eeworm.com/read/229812/4739686
cpp chgfnt.cpp
#ifdef TESTCHGFNT
// Read an AmiPro style sheet and change any unknown font
#include
#include
#pragma hdrstop
#include "perlclass.h"
#include
www.eeworm.com/read/229812/4739761
cpp wctest40.cpp
// this test will give an exception as the clearAndDestroy in dblclear
// cannot delete items allocated from the stack
#include
#include
#include
#include