代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/388617/8595310
cpp stkoptr1.cpp
// stkoptr1.cpp -- test stack of pointers
#include
#include // for rand(), srand()
#include // for time()
#include "stcktp1.h"
const int Num = 10;
int main
www.eeworm.com/read/388617/8596382
cpp stkoptr1.cpp
// stkoptr1.cpp -- test stack of pointers
#include
#include // for rand(), srand()
#include // for time()
#include "stcktp1.h"
const int Num = 10;
int main
www.eeworm.com/read/186080/8961009
c csvparse.c
/* csvparse.c :
*
* Parse a *.CSV format record
*/
#include "quotes.h"
/*
* Internal buffer pointers :
*/
static char *sbuf = NULL;
static unsigned maxlen = 0;
static char *aptr = NULL;
/*
* R
www.eeworm.com/read/185783/8985222
c sysfile.c
#include "calld.h"
static FILE *fpsys = NULL;
static int syslineno; /* for error messages */
static char sysline[MAXLINE];
/* can't be automatic; sys_next() returns pointers into here */
/* Re
www.eeworm.com/read/185783/8985246
c devfile.c
#include "calld.h"
static FILE *fpdev = NULL;
static int devlineno; /* for error messages */
static char devline[MAXLINE];
/* can't be automatic; dev_next() returns pointers into here */
/* Read
www.eeworm.com/read/185551/9032650
hpp cptrarray.hpp
/*
* An array of pointers
*/
#ifndef _CPTRARRAY_HPP
#define _CPTRARRAY_HPP
#include "CMemory.hpp"
// Be careful, there's no copy on write, so all users will see mods!
template
www.eeworm.com/read/281651/9143790
cpp tiger.cpp
// Free implementation of the TIGER hash algorithm
// Based on LibTomCrypt's implementation of the TIGER hash algorithm
#include "tiger.h"
// Partial table pointers
#define tiger_t1 (tiger_t
www.eeworm.com/read/183272/9172424
c devfile.c
#include "calld.h"
static FILE *fpdev = NULL;
static int devlineno; /* for error messages */
static char devline[MAXLINE];
/* can't be automatic; dev_next() returns pointers into here */
/*
* R
www.eeworm.com/read/175135/9558493
cpp stkoptr1.cpp
// stkoptr1.cpp -- test stack of pointers
#include
#include // for rand(), srand()
#include // for time()
#include "stcktp1.h"
const int Num = 10;
int main
www.eeworm.com/read/364932/9886882
c devfile.c
#include "calld.h"
static FILE *fpdev = NULL;
static int devlineno; /* for error messages */
static char devline[MAXLINE];
/* can't be automatic; dev_next() returns pointers into here */
/*
* R