代码搜索:pointer

找到约 10,000 项符合「pointer」的源代码

代码结果 10,000
www.eeworm.com/read/326968/13107715

c os_mem.c

/* ********************************************************************************************************* * uC/OS-II *
www.eeworm.com/read/140120/13107956

cpp ex4_3b.cpp

/* Code for exercise 4.3. | | "C++ Solutions--Companion to The C++ Programming Language, Third Edition" | by David Vandevoorde; Addison-Wesley 1998; ISBN 0-201-30965-3. | | Permission to us
www.eeworm.com/read/326914/13109825

h listops.h

/*---------------------------------------------------------------------- File : listops.h Contents: some special list operations Author : Christian Borgelt History : 2000.11.02 file create
www.eeworm.com/read/326893/13110180

c useaddr.c

#include void main(void) { int a = 1, b = 2; int *i_pointer; // Assign an address i_pointer = &a; // Change the value pointed to by i_pointer to 5 *i_point
www.eeworm.com/read/326893/13110586

c brk.c

#include #include void main(void) { char *ptr; printf("Starting heap available %u\n", coreleft()); ptr = malloc(1); // Get pointer to current break v
www.eeworm.com/read/241792/13116885

html wcstok.html

www.eeworm.com/read/139956/13118838

h listops.h

/*---------------------------------------------------------------------- File : listops.h Contents: some special list operations Author : Christian Borgelt History : 02.11.2000 file create
www.eeworm.com/read/139595/13148131

h mpc8260.h

/*-------------------------------------------------------------------------- * * File: MPC8260.H * * * Description: * * Main Internal Memory Maps for the MPC8260 PowerQUICC 2. * * Note
www.eeworm.com/read/241310/13157692

h msd_dir.h

/* * @(#)msd_dir.h 1.4 87/11/06 Public Domain. * * A public domain implementation of BSD directory routines for * MS-DOS. Written by Michael Rendell ({uunet,utai}michael@garfield), * Aug
www.eeworm.com/read/326187/13157769

plg main.plg

Build target 'Target 1' compiling main.c... MAIN.C(41): warning C182: pointer to different objects linking... Program Size: data=21.4 xdata=116 code=5013 "main" - 0 Error(s), 1 Warning(s). Build targe