代码搜索:pointers

找到约 4,056 项符合「pointers」的源代码

代码结果 4,056
www.eeworm.com/read/335362/12534312

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 */ /* *
www.eeworm.com/read/335362/12534319

c dialfile.c

#include "calld.h" static FILE *fpdial = NULL; static int diallineno; /* for error messages */ static char dialline[MAXLINE]; /* can't be automatic; dial_next() returns pointers into here */ /*
www.eeworm.com/read/202486/15381781

cpp ex0707.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Example 7.7 on page 160 // Dereferencing pointers #include using namespace std; i
www.eeworm.com/read/202486/15381851

cpp ex1012.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Example 10.12 on page 244 // Pointers to objects #include using namespace std; cl
www.eeworm.com/read/103960/15715521

c dialfile.c

#include "calld.h" static FILE *fpdial = NULL; static int diallineno; /* for error messages */ static char dialline[MAXLINE]; /* can't be automatic; dial_next() returns pointers into here */ /*
www.eeworm.com/read/103770/15721713

c nlnetapi.c

/*++ Copyright (c) 1991 Microsoft Corporation Module Name: nlnetapi.c Abstract: This module loads Netapi.dll at runtime and sets up pointers to the APIs called by Msv1_0.
www.eeworm.com/read/100585/15870560

c dialfile.c

#include "calld.h" static FILE *fpdial = NULL; static int diallineno; /* for error messages */ static char dialline[MAXLINE]; /* can't be automatic; dial_next() returns pointers into here */ /*
www.eeworm.com/read/189298/8477393

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/189219/8484010

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/189219/8484030

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