代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/392544/8336379
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/173467/9656086
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/269691/11082987
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/266253/11235281
readme
mkdosfs - Make DOS file system utilty.
I wrote this, partially to complement the dosfsck utility written by Werner
Almesberger (who graciously gave me some pointers when I asked for some
advice
www.eeworm.com/read/335381/12531745
htm dec_3723.htm
Declaration and Initialization of Auto Pointers
Click on the banner to return to the user guid
www.eeworm.com/read/335362/12534334
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/334895/12564114
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/204054/15345251
cpp tipoftheday.cpp
// TipOfTheDay.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
#include // need this to see the random function to get a random tip
// Smart pointers t
www.eeworm.com/read/112209/15491616
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
www.eeworm.com/read/103960/15715519
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