代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/198616/7922791

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/297233/8041609

c sig.c

/* Functions dealing with signatures and signature pointers/references. Copyright (C) 1992, 93, 94, 95, 1996 Free Software Foundation, Inc. Contributed by Gerald Baumgartner (gb@cs.purdue.edu)
www.eeworm.com/read/146189/12665104

h regs243.h

/* file 'Regs243.h' to setup the addresses of the TMS240F243 peripheral register set version 2.0 date : 07.05.2000 Bormann DEFINE statements instead of pointers ( see Version 1.0)
www.eeworm.com/read/333254/12693004

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/332098/12779594

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/331180/12840964

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/331180/12840977

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/141866/12980490

h regs243.h

/* file 'Regs243.h' to setup the addresses of the TMS240F243 peripheral register set version 2.0 date : 07.05.2000 Bormann DEFINE statements instead of pointers ( see Version 1.0)
www.eeworm.com/read/141863/12980695

h regs243.h

/* file 'Regs243.h' to setup the addresses of the TMS240F243 peripheral register set version 2.0 date : 07.05.2000 Bormann DEFINE statements instead of pointers ( see Version 1.0)
www.eeworm.com/read/140545/13076521

cpp memfun1.cpp

//: C06:MemFun1.cpp // Applying pointers to member functions #include #include #include #include #include "../purge.h" using namespace std; class