代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/168446/9913520

c gui__intersectrect.c

/* ********************************************************************************************************* * uC/GUI * Univers
www.eeworm.com/read/359581/10135203

c p_and_s.c

/* p_and_s.c -- pointers and strings */ #include int main(void) { const char * mesg = "Don't be a fool!"; const char * copy; copy = mesg; printf("%s\n", copy);
www.eeworm.com/read/163510/10156087

c gui__intersectrect.c

/********************************************************************* * SEGGER MICROCONTROLLER SYSTEME GmbH * * Solutions for real time microcontroller applica
www.eeworm.com/read/357852/10200292

h egg.h

#ifndef EGG_H #define EGG_H //start class Chicken; /* Forward class declaration */ class Egg { public: Chicken* getParent(); /* Okay in declarations if they are pointers */ }; //end #endif
www.eeworm.com/read/356874/10219810

c p_and_s.c

/* p_and_s.c -- pointers and strings */ #include int main(void) { const char * mesg = "Don't be a fool!"; const char * copy; copy = mesg; printf("%s\n", copy);
www.eeworm.com/read/355761/10245062

c gui__intersectrect.c

/********************************************************************* * SEGGER MICROCONTROLLER SYSTEME GmbH * * Solutions for real time microcontroller applica
www.eeworm.com/read/355292/10279291

c gui__intersectrect.c

/********************************************************************* * SEGGER MICROCONTROLLER SYSTEME GmbH * * Solutions for real time microcontroller applica
www.eeworm.com/read/161772/10376457

c message2.c

/* Passing an array of pointers to a function. */ #include void print_strings(char *p[], int n); int main( void ) { char *message[8] = { "Four", "score", "and", "seven",
www.eeworm.com/read/353743/10424729

c gui__intersectrect.c

/********************************************************************* * SEGGER MICROCONTROLLER SYSTEME GmbH * * Solutions for real time microcontroller applica
www.eeworm.com/read/278154/10563236

c nrutil.c

#if defined(__STDC__) || defined(ANSI) || defined(NRANSI) /* ANSI */ #include #include #include #define NR_END 1 #define FREE_ARG char* void nrerror(char erro