代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/374738/9386246

h jconfig.h

/* jconfig.mc6 --- jconfig.h for Microsoft C on MS-DOS, version 6.00A & up. */ /* see jconfig.doc for explanations */ #define HAVE_PROTOTYPES #define HAVE_UNSIGNED_CHAR #define HAVE_UNSIGNED_SHO
www.eeworm.com/read/374738/9386594

h jconfig.h

/* jconfig.mc6 --- jconfig.h for Microsoft C on MS-DOS, version 6.00A & up. */ /* see jconfig.doc for explanations */ #define HAVE_PROTOTYPES #define HAVE_UNSIGNED_CHAR #define HAVE_UNSIGNED_SHO
www.eeworm.com/read/374738/9386812

h jconfig.h

/* jconfig.mc6 --- jconfig.h for Microsoft C on MS-DOS, version 6.00A & up. */ /* see jconfig.doc for explanations */ #define HAVE_PROTOTYPES #define HAVE_UNSIGNED_CHAR #define HAVE_UNSIGNED_SHO
www.eeworm.com/read/366524/9810300

c ptr_upr.c

#include #include char *string_uppercase(char *string) { char *starting_address; starting_address = string; while (*string) toupper(*string++); re
www.eeworm.com/read/169457/9860190

c mem.c

/* mem.c - memory management routines Author: Paul Barker Part of: COS Created: 14/04/04 Last Modified: 04/10/04 Copyright (C) 2004 Paul Barker This program is fr
www.eeworm.com/read/164463/10107541

h atmapi.h

/* atmapi.h - ATM API user space/kernel compatibility */ /* Written 1999,2000 by Werner Almesberger, EPFL ICA */ #ifndef _LINUX_ATMAPI_H #define _LINUX_ATMAPI_H #if defined(__sparc__) || defined
www.eeworm.com/read/355007/10305118

c ptr_upr.c

#include #include char *string_uppercase(char *string) { char *starting_address; starting_address = string; while (*string) toupper(*string++); re
www.eeworm.com/read/162295/10317380

h vmarray.h

/****************************************************************************** Module: VMArray.h Notices: Copyright (c) 2000 Jeffrey Richter ******************************************************
www.eeworm.com/read/162128/10333174

c ptr_upr.c

#include #include char *string_uppercase(char *string) { char *starting_address; starting_address = string; while (*string) toupper(*string++); re
www.eeworm.com/read/279967/10373410

h vmarray.h

/****************************************************************************** Module: VMArray.h Notices: Copyright (c) 2008 Jeffrey Richter & Christophe Nasarre *********************************