代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/494691/6360158

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/494691/6360165

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/490627/6449894

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/490627/6449901

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/476738/6749099

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/476848/6751817

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/476848/6751824

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/264377/11317478

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/403011/11524378

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/403009/11524683

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