代码搜索:ANSI_C
找到约 118 项符合「ANSI_C」的源代码
代码结果 118
www.eeworm.com/read/110390/15535008
doc cmpp_apinote_v1.5_20021018(ansi_c).doc
www.eeworm.com/read/361296/10058912
c sample8_1.c
#include
#include "sampleDLL8_1.h"
int main (int argc, char *argv[])
{
int var;
Myfun(&var);
// printf("MyVar=%d\n" ,MyVar);
printf( "MyVar=%d\n" ,var);
return 0;
}
www.eeworm.com/read/446759/7565580
h machine.h
/* machine.h. Generated automatically by configure. */
/* Any machine specific stuff goes here */
/* Add details necessary for your own installation here! */
/* This is for use with "configure"
www.eeworm.com/read/138105/13259918
h machine.h
/* machine.h. Generated automatically by configure. */
/* Any machine specific stuff goes here */
/* Add details necessary for your own installation here! */
/* This is for use with "configure"
www.eeworm.com/read/138105/13259937
h machine.h
/* Note special macros: ANSI_C (ANSI C syntax)
SEGMENTED (segmented memory machine e.g. MS-DOS)
MALLOCDECL (declared if malloc() etc have
been declared) */
#define ANSI_C 1
/* #u
www.eeworm.com/read/138105/13259946
h machine.h
/* machine.h. Generated automatically by configure. */
/* Any machine specific stuff goes here */
/* Add details necessary for your own installation here! */
/* This is for use with "configure"
www.eeworm.com/read/138105/13260014
h machine.h
/* Note special macros: ANSI_C (ANSI C syntax)
SEGMENTED (segmented memory machine e.g. MS-DOS)
MALLOCDECL (declared if malloc() etc have
been declared) */
#define const
/* #und
www.eeworm.com/read/138105/13260077
h machine.h
/* machine.h. Generated automatically by configure. */
/* Any machine specific stuff goes here */
/* Add details necessary for your own installation here! */
/* This is for use with "configure"
www.eeworm.com/read/138105/13260280
h machine.h
/* machine.h. Generated automatically by configure. */
/* Any machine specific stuff goes here */
/* Add details necessary for your own installation here! */
/* This is for use with "configure"
www.eeworm.com/read/319671/13446961
c sample8_1.c
#include
#include "sampleDLL8_1.h"
int main (int argc, char *argv[])
{
int var;
Myfun(&var);
// printf("MyVar=%d\n" ,MyVar);
printf( "MyVar=%d\n" ,var);
return 0;
}