代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/435895/7782001
o pointers.o
www.eeworm.com/read/299143/7886100
c pointers.c
ram char * ram_ptr;
near rom char * near_rom_ptr;
far rom char * far_rom_ptr;
char ram_array[] = "ram";
rom char rom_array[] = "ROM";
void main (void)
{
ram_ptr = &ram_array[0];
near_r
www.eeworm.com/read/149876/5696328
exp pointers.exp
# Copyright (C) 1998 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the
www.eeworm.com/read/149876/5696329
c pointers.c
#if !defined (__STDC__) && !defined (_AIX)
#define signed /**/
#endif
char v_char;
signed char v_signed_char;
unsigned char v_unsigned_char;
short v_short;
signed short v_signed_short;
unsigned
www.eeworm.com/read/148694/5711765
exp pointers.exp
# Copyright (C) 1998 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the
www.eeworm.com/read/148694/5711766
c pointers.c
#if !defined (__STDC__) && !defined (_AIX)
#define signed /**/
#endif
char v_char;
signed char v_signed_char;
unsigned char v_unsigned_char;
short v_short;
signed short v_signed_short;
unsigned
www.eeworm.com/read/121089/6069786
inc pointers.inc
;***
;pointers.inc - 30-Dec-87 - pointer reference macros
;***
.XLIST
;***
;
; Copyright 1987, Microsoft Corporation
;
;Purpose:
; To provide a set of macros for pointer reference whethe
www.eeworm.com/read/121089/6070107
inc pointers.inc
;***
;pointers.inc - 30-Dec-87 - pointer reference macros
;***
IFNDEF LI_EXPAND
.XLIST
ENDIF
;***
;
; Copyright 1987, Microsoft Corporation
;
;Purpose:
; To provide a set of macros f
www.eeworm.com/read/117181/6110640
exp pointers.exp
# Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published
www.eeworm.com/read/117181/6110641
c pointers.c
#if !defined (__STDC__) && !defined (_AIX)
#define signed /**/
#endif
char v_char;
signed char v_signed_char;
unsigned char v_unsigned_char;
short v_short;
signed short v_signed_short;
unsigned