代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/397558/8038521
c dmf.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/397558/8038524
c pif.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/397558/8038575
c smf.c
#include "SWITCH.h"
#if NU_SEM_EN
/*************************************************************************/
/* */
/*
www.eeworm.com/read/397558/8038707
c mbf.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/244728/12847497
html mainwzproxytest.html
WZ 1.1: Proxies
template wzProxy
The template wzProxy implements safe pointers - they may be
used like pointers, but manage access control (deallocation). To use
www.eeworm.com/read/140162/13101513
h cc.h
/* CC.H - Declarations for KCC data structures
**
** (c) Copyright Ken Harrenstien 1989
** All changes after v.199, 16-Apr-1988
** (c) Copyright Ken Harrenstien, SRI International 1985, 1986
**
www.eeworm.com/read/136959/13351848
typ storage.typ
STORAGE TYPES
A C language crib sheet from Jeff Galbraith
int x;
- x is an int.
int *x;
- x is a pointer to an int.
int **x;
- x is a pointer to a pointer to an
www.eeworm.com/read/309649/13666988
typ storage.typ
+++Date last modified: 05-Jul-1997
STORAGE TYPES
A C language crib sheet from Jeff Galbraith
int x;
- x is an int.
int *x;
- x is a pointer to an int.
www.eeworm.com/read/150372/5693479
h text.h
/*
* this is a header file that defines all the text strings
*/
#define NO_LANG 7 // we are using 7 languages in this example
extern char * const far text0 []; // text stri