代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/258434/11864560
c strsort.c
/*
** strsort() -- Shell sort an array of string pointers via strcmp()
** public domain by Ray Gardner Denver, CO 12/88
*/
#include
#include
void strsort (char **
www.eeworm.com/read/341877/12057214
c strsort.c
/*
** strsort() -- Shell sort an array of string pointers via strcmp()
** public domain by Ray Gardner Denver, CO 12/88
*/
#include
#include
void strsort (char **
www.eeworm.com/read/253405/12226021
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/253260/12234749
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/253260/12235473
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/337096/12391784
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/250662/12393139
c s_srch1.c
/*
** Given a pointer to a NULL-terminated list of pointers, search
** the strings in the list for a particular character.
*/
#include
#define TRUE 1
#define FALSE 0
int
find_c
www.eeworm.com/read/250662/12393141
cpp find.cpp
/** Given a pointer to a NULL-terminated list of pointers, search
** the strings in the list for a particular character.
*/
#include
int find_int( int (*pa)[3], int value )
{
int
www.eeworm.com/read/234779/14097118
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/132269/14102598
h comp.h
/*
Define storage allocation parameters
FAR_TABLES dynamically allocates dictionary using far pointers
SPLIT_TABLES allows a dictionary size over 32K
*/
#define FAR_TA