代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/333819/3382725
sgml linked_lists_double.sgml
Doubly-Linked Lists
linked lists containing integer values or pointers to data, with the ability
to iterate over the
www.eeworm.com/read/324920/3488042
c setup.c
/*
* Setup pointers to hardware dependent routines.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this
www.eeworm.com/read/320003/3551424
out littletest13.out
unit LittleTest13;
{ This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
#13. pointers}
interface
implementation
type
PInteger
www.eeworm.com/read/316872/3585510
c setup.c
/*
* Setup pointers to hardware dependent routines.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this
www.eeworm.com/read/316872/3606976
c ieee80211softmac_scan.c
/*
* Scanning routines.
*
* These are not exported because they're assigned to the function pointers.
*
* Copyright (c) 2005, 2006 Johannes Berg
*
www.eeworm.com/read/301877/3830971
h smartptr.h
#ifndef _PSMARTPTR_H
#define _PSMARTPTR_H
#include
#include
///////////////////////////////////////////////////////////////////////////////
// "Smart" pointers.
/** This
www.eeworm.com/read/282522/4096204
h aduc_irq.h
/* Function Pointers for Interrupts */
typedef void (* tyVctHndlr) (void);
extern tyVctHndlr IRQ;
extern tyVctHndlr SWI;
extern tyVctHndlr FIQ;
extern tyVctHndlr UNDEF;
extern
www.eeworm.com/read/282522/4096210
h aduc_irq.h
/* Function Pointers for Interrupts */
typedef void (* tyVctHndlr) (void);
extern tyVctHndlr IRQ;
extern tyVctHndlr SWI;
extern tyVctHndlr FIQ;
extern tyVctHndlr UNDEF;
extern
www.eeworm.com/read/282522/4096216
h aduc_irq.h
/* Function Pointers for Interrupts */
typedef void (* tyVctHndlr) (void);
extern tyVctHndlr IRQ;
extern tyVctHndlr SWI;
extern tyVctHndlr FIQ;
extern tyVctHndlr UNDEF;
extern
www.eeworm.com/read/273759/4193410
sgml arrays_pointer.sgml
Pointer Arrays
arrays of pointers to any type of data, which grow automatically as new
elements are added.