代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/355365/3054494
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/267417/4267476
c postran.c
/*
postran.c
Sunyard S520-G POS .
*/
#include
#include
#include "pos.h"
// *******************************************************************
// Function Name : DoHost
www.eeworm.com/read/264880/4286723
c onferr.c
/*@A (C) 1992 Allen I. Holub */
#include /* FILE def needed by l.h. */
#include /* includes extern definition for errno */
#in
www.eeworm.com/read/264880/4286739
c strdup.c
/*@A (C) 1992 Allen I. Holub */
#include
#include
#include /* to map malloc() to dmalloc() if necessary */
ch
www.eeworm.com/read/260597/4331547
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/260597/4331587
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/260597/4331647
c lzshare.c
/* TS = none */
/*
** LZSHARE.C -- Shared code, variables, and defines for
** LZ compression/decompression module.
*/
#include
#include
#include
www.eeworm.com/read/258893/4350585
cpp buftype.cpp
/*
* File: BUFTYPE.CPP
*
* Date: Wednesday, August 28, 1996
*
* Author: Scott Manjourides
*
* Copyright (c) 1996 QUALCOMM, Incorporated
*
*/
#include
#include
www.eeworm.com/read/258893/4351007
cpp buftype.cpp
/*
* File: BUFTYPE.CPP
*
* Date: Wednesday, August 28, 1996
*
* Author: Scott Manjourides
*
* Copyright (c) 1996 QUALCOMM, Incorporated
*
*/
#include
#include
www.eeworm.com/read/254811/4380486
c strpfx.c
#include
#include
#include "strpfx.h"
// Determine if a string is a prefix
// - case sensitive varient
char*
strprefix (
char* szTest,
char* szFull )
{