代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/207008/15284321
h macos_test_config.h
/*
MacOS_Test_config.h
Configuration flags for Macintosh development systems.
Test version.
11/16/95 pcb Updated compilation flags to reflect latest 4.6 Makefile.
www.eeworm.com/read/475955/6770892
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/472889/6859287
h vmarray.h
/******************************************************************************
Module: VMArray.h
Notices: Copyright (c) 2000 Jeffrey Richter
******************************************************
www.eeworm.com/read/395721/8155994
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/395721/8156345
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/395721/8156668
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/195398/8158015
h vmarray.h
/******************************************************************************
Module: VMArray.h
Notices: Copyright (c) 2000 Jeffrey Richter
******************************************************
www.eeworm.com/read/174254/9599272
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/174038/9611343
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/370188/9611558
c ptr_upr.c
#include
#include
char *string_uppercase(char *string)
{
char *starting_address;
starting_address = string;
while (*string)
toupper(*string++);
re