代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/14965/428262
h webrom.h
/* Definitions for Web ROM filesystem */
/* The filesystem is in 1 or more ROMs. At the start of the first ROM is a
** directory of 1 or more filename blocks, each of which have pointers to
** da
www.eeworm.com/read/14965/428412
h webrom.h
/* Definitions for Web ROM filesystem */
/* The filesystem is in 1 or more ROMs. At the start of the first ROM is a
** directory of 1 or more filename blocks, each of which have pointers to
** da
www.eeworm.com/read/15496/466387
h webrom.h
/* Definitions for Web ROM filesystem */
/* The filesystem is in 1 or more ROMs. At the start of the first ROM is a
** directory of 1 or more filename blocks, each of which have pointers to
** da
www.eeworm.com/read/486608/1248859
cpp func.cpp
/*
func.cpp -- A program demonstrating function pointers.
*/
#include
void TestFunc ();
int main ()
{
void (*FunctionName)(void);
FunctionName = TestFunc;
Fun
www.eeworm.com/read/484096/1272001
todo
* Reorganize siman interfaces to allow iterative use.
* Maybe the routines can be made to work with pointers instead of structs
so that only pointer manipulation is done by the siman algorithm and
www.eeworm.com/read/475965/1374216
c quotes.c
/* quotes.c -- strings as pointers */
#include
int main(void)
{
printf("%s, %p, %c\n", "We", "are", *"space farers");
return 0;
}
www.eeworm.com/read/456693/1604616
c cobject.c
/* Portions Copyright (c) 2005 Nokia Corporation */
/* Wrap void* pointers to be passed between C modules */
#include "Python.h"
/* Declarations for objects of type PyCObject */
typedef
www.eeworm.com/read/243967/4516534
pas ftpsrv.pas
unit FtpSrv;
{$B-} { Enable partial boolean evaluation }
{$T-} { Untyped pointers }
{$IFNDEF VER80}
{$J+} { Allow typed constant to be modified }
www.eeworm.com/read/243967/4516536
pas ftpsrvc.pas
unit FtpSrvC;
interface
{$B-} { Enable partial boolean evaluation }
{$T-} { Untyped pointers }
{$IFNDEF VER80}
{$J+} { Allow typed constant
www.eeworm.com/read/241005/4564429
pas ftpsrv.pas
unit FtpSrv;
{$B-} { Enable partial boolean evaluation }
{$T-} { Untyped pointers }
{$IFNDEF VER80}
{$J+} { Allow typed constant to be modified }