代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/101015/6262248
txt pathcat.txt
SUMMARY
#include
char *pathcat (char *pDst, char *pSrc)
DESCRIPTION
pathcat - handle concatenation of path strings
Care must be take to handle:
"" XXX
www.eeworm.com/read/101015/6262261
txt getl.txt
SUMMARY getlinit getl getlpos
#include
void getlinit(pbuf, len, fh)
char far *pbuf;
int len;
int fh; /* file handle NOT a pointer to FILE */
int getl(pstrDest, len)
char *ps
www.eeworm.com/read/101015/6262278
txt string.txt
SUMMARY strbscan strbskip strcmpis strcmps strend strpre
#include
char *strbscan(pstr, pstrSet)
char *pstr;
char *pstrSet;
char *strbskip(pstr, pstrSet)
char *pstr;
char *pstrSe
www.eeworm.com/read/101015/6262301
c pathcat.c
/*** pathcat.c - concatenate a string onto another, handing path seps
*
* Modifications
* 23-Nov-1988 mz Created
*/
#include "..\h\tools.h"
#include
/** pathcat - handle
www.eeworm.com/read/101005/6262739
h hawk.h
/* hawk.h, HAWK game engine
*
* Copyright 1997-1998 by Phil Frisbie, Jr.
* for Hawk Software
*
*/
#ifndef HAWK_H
#define HAWK_H
#ifdef __cplusplus
extern "C" {
#endif
typedef uns
www.eeworm.com/read/100926/6264619
gperf modula2.gperf
AND
ARRAY
BEGIN
BY
CASE
CONST
DEFINITION
DIV
DO
ELSE
ELSIF
END
EXIT
EXPORT
FOR
FROM
IF
IMPLEMENTATION
IMPORT
IN
LOOP
MOD
MODULE
NOT
OF
OR
POINTER
PROCEDURE
QUALIFIED
RECOR
www.eeworm.com/read/100603/6265967
h pratom.h
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not u
www.eeworm.com/read/100285/6270903
c sinval.c
/*-------------------------------------------------------------------------
*
* sinval.c
* POSTGRES shared cache invalidation communication code.
*
* Copyright (c) 1994, Regents of the Universi
www.eeworm.com/read/100285/6270920
s solaris_i386.s
/=============================================================================
/ tas.s -- test and set lock for solaris_i386
/==========================================================================
www.eeworm.com/read/100285/6271142
c oset.c
/*-------------------------------------------------------------------------
*
* oset.c
* Fixed format ordered set definitions.
*
* Copyright (c) 1994, Regents of the University of California
*