代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/172258/5388634
h jconfig.h
/* jconfig.h. Minimum jconfig.h for IJG library */
#define HAVE_PROTOTYPES
#define HAVE_UNSIGNED_CHAR
#define HAVE_UNSIGNED_SHORT
#undef CHAR_IS_UNSIGNED
#define HAVE_STDDEF_H
#define HA
www.eeworm.com/read/172258/5388799
h jconfig.h
/* jconfig.h. Minimum jconfig.h for IJG library */
#define HAVE_PROTOTYPES
#define HAVE_UNSIGNED_CHAR
#define HAVE_UNSIGNED_SHORT
#undef CHAR_IS_UNSIGNED
#define HAVE_STDDEF_H
#define HA
www.eeworm.com/read/291714/8402221
pas mediaplayer_tlb.pas
{$WRITEABLECONST ON}
{$TYPEDADDRESS OFF} // Unit must be compiled without type-checked pointers.
unit MediaPlayer_TLB;
// **********************************************************************
www.eeworm.com/read/380778/9128263
cpp smartptrs.cpp
//------------------------------------
// SmartPtrs.cpp
// Smart pointers to objects
// (c) Bartosz Milewski, 1996
//------------------------------------
#include "smartptrs.h"
void PtrRe
www.eeworm.com/read/277724/10609067
cpp smartptrs.cpp
//------------------------------------
// SmartPtrs.cpp
// Smart pointers to objects
// (c) Bartosz Milewski, 1996
//------------------------------------
#include "smartptrs.h"
void PtrRe
www.eeworm.com/read/436097/7776678
pas mediaplayer_tlb.pas
{$WRITEABLECONST ON}
{$TYPEDADDRESS OFF} // Unit must be compiled without type-checked pointers.
unit MediaPlayer_TLB;
// **********************************************************************
www.eeworm.com/read/337775/12342042
cpp smartptrs.cpp
//------------------------------------
// SmartPtrs.cpp
// Smart pointers to objects
// (c) Bartosz Milewski, 1996
//------------------------------------
#include "smartptrs.h"
void PtrRe
www.eeworm.com/read/224820/14566971
cpp smartptrs.cpp
//------------------------------------
// SmartPtrs.cpp
// Smart pointers to objects
// (c) Bartosz Milewski, 1996
//------------------------------------
#include "smartptrs.h"
void PtrRe
www.eeworm.com/read/116388/14976172
cpp pr06014.cpp
////////////////////////////////////////
// File Name: pr06014.cpp
////////////////////////////////////////
#include
// An array of char pointers initialized with names.
char* Names[
www.eeworm.com/read/233448/4684448
c 20040409-1.c
/* This tests to make sure that the attribute noreturn
can be used on function pointers. */
int (*temp) (void) __attribute__((noreturn));