代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/216802/4883362
h usb_wrapper.h
//#include
//#include
//#include
/*
TODO: Do a major cleanup of this file!
Lots of definitions should go to corresponding files
*/
#include
www.eeworm.com/read/205824/5018650
h usb_wrapper.h
//#include
//#include
//#include
/*
TODO: Do a major cleanup of this file!
Lots of definitions should go to corresponding files
*/
#include
www.eeworm.com/read/204040/5036277
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/192270/5157990
py modulegraph.py
"""
Find modules used by a script, using bytecode analysis.
Based on the stdlib modulefinder by Thomas Heller and Just van Rossum,
but uses a graph data structure and 2.3 features
"""
import dis
imp
www.eeworm.com/read/192230/5159592
c ptype.c
/*
* Test file with lots of different types, for testing the
* "ptype" command.
*/
/*
* First the basic C types.
*/
#include
#if !defined (__STDC__) && !defined (_AIX)
#define signed
www.eeworm.com/read/190666/5173476
c inherit2.c
// Build don't link:
#include
class A {
public:
void z();
A(void) {}
private:
A(const A &) { abort(); } // ERROR -
const A& operator =(const A &) { abort(); }
};
class B : public
www.eeworm.com/read/188403/5209503
cpp generateexam.cpp
// GenerateExam.cpp : Implementation of CGenerateExam
#include "stdafx.h"
#include "EXAM.h"
#include "GenerateExam.h"
#include "time.h"
#include "stdlib.h"
//////////////////////////////////
www.eeworm.com/read/181202/5278089
c hi_util_hbm.c
/**
** @file hi_hbm.c
**
** @author Marc Norton
**
** @brief Implementation of a Horspool method of Boyer-Moore
**
*/
#include
#include "h
www.eeworm.com/read/178232/5317815
c hi_util_hbm.c
/**
** @file hi_hbm.c
**
** @author Marc Norton
**
** @brief Implementation of a Horspool method of Boyer-Moore
**
*/
#include
#include "h
www.eeworm.com/read/177697/5321960
h mpwmikmodheaders.h
/* standard headers */
#include
#include
/* missing function prototypes */
extern char *strdup(const char *);
extern int strcasecmp(const char *,const char *);