代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/185783/8985227

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/282090/9120638

c qgl_win.c

/* ** QGL_WIN.C ** ** This file implements the operating system binding of GL to QGL function ** pointers. When doing a port of Quake2 you must implement the following ** two functions: ** **
www.eeworm.com/read/282090/9120763

cpp qgl_win.cpp

/* ** QGL_WIN.C ** ** This file implements the operating system binding of GL to QGL function ** pointers. When doing a port of Quake2 you must implement the following ** two functions: ** **
www.eeworm.com/read/183272/9172414

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/183272/9172419

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/175135/9558399

cpp sayings2.cpp

// sayings2.cpp -- using pointers to objects // compile with string1.cpp #include #include // (or stdlib.h) for rand(), srand() #include // (or time.h) for
www.eeworm.com/read/175135/9558606

cpp fun_ptr.cpp

// fun_ptr.cpp -- pointers to functions #include double betsy(int); double pam(int); // second argument is pointer to a type double function that // takes a type int argument void e
www.eeworm.com/read/169311/9867430

h ptrarray.h

// // File: ptrarray.h // Date: 16-Jul-95 // Description: Array of pointers // /* * Copyright (c) 1995 David A. Holland. * All rights reserved. * * Redistribution and use in source
www.eeworm.com/read/364932/9886864

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/364932/9886868

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 */ /*