📄 vs1003b.i
字号:
#line 1 "VS1003B.c"
#line 1 "VS1003B.h"
#line 1 "global.h"
#line 1 "lpc2294.h"
#line 110 "lpc2294.h"
#line 156 "lpc2294.h"
#line 171 "lpc2294.h"
#line 181 "lpc2294.h"
#line 199 "lpc2294.h"
#line 225 "lpc2294.h"
#line 249 "lpc2294.h"
#line 273 "lpc2294.h"
#line 297 "lpc2294.h"
#line 321 "lpc2294.h"
#line 345 "lpc2294.h"
#line 358 "lpc2294.h"
#line 380 "lpc2294.h"
#line 399 "lpc2294.h"
#line 417 "lpc2294.h"
#line 460 "lpc2294.h"
#line 477 "lpc2294.h"
#line 5 "global.h"
#line 1 "C:\\Keil\\ARM\\RV31\\INC\\string.h"
#line 37 "C:\\Keil\\ARM\\RV31\\INC\\string.h"
typedef unsigned int size_t;
extern __declspec(__nothrow) void *memcpy(void * __restrict ,
const void * __restrict , size_t );
extern __declspec(__nothrow) void *memmove(void * ,
const void * , size_t );
extern __declspec(__nothrow) char *strcpy(char * __restrict , const char * __restrict );
extern __declspec(__nothrow) char *strncpy(char * __restrict , const char * __restrict , size_t );
extern __declspec(__nothrow) char *strcat(char * __restrict , const char * __restrict );
extern __declspec(__nothrow) char *strncat(char * __restrict , const char * __restrict , size_t );
extern __declspec(__nothrow) int memcmp(const void * , const void * , size_t );
extern __declspec(__nothrow) int strcmp(const char * , const char * );
extern __declspec(__nothrow) int strncmp(const char * , const char * , size_t );
extern __declspec(__nothrow) int strcoll(const char * , const char * );
extern __declspec(__nothrow) size_t strxfrm(char * __restrict , const char * __restrict , size_t );
extern __declspec(__nothrow) void *memchr(const void * , int , size_t );
extern __declspec(__nothrow) char *strchr(const char * , int );
extern __declspec(__nothrow) size_t strcspn(const char * , const char * );
extern __declspec(__nothrow) char *strpbrk(const char * , const char * );
extern __declspec(__nothrow) char *strrchr(const char * , int );
extern __declspec(__nothrow) size_t strspn(const char * , const char * );
extern __declspec(__nothrow) char *strstr(const char * , const char * );
extern __declspec(__nothrow) char *strtok(char * __restrict , const char * __restrict );
extern __declspec(__nothrow) char *strtok_r(char * , const char * , char ** );
extern __declspec(__nothrow) void *memset(void * , int , size_t );
extern __declspec(__nothrow) char *strerror(int );
extern __declspec(__nothrow) size_t strlen(const char * );
extern __declspec(__nothrow) size_t strlcpy(char * , const char * , size_t );
extern __declspec(__nothrow) size_t strlcat(char * , const char * , size_t );
#line 392 "C:\\Keil\\ARM\\RV31\\INC\\string.h"
#line 7 "global.h"
#line 1 "C:\\Keil\\ARM\\RV31\\INC\\stdio.h"
#line 34 "C:\\Keil\\ARM\\RV31\\INC\\stdio.h"
typedef unsigned int size_t;
typedef struct __va_list __va_list;
typedef struct __fpos_t_struct {
unsigned __int64 __pos;
struct {
unsigned int __state1, __state2;
} __mbstate;
} fpos_t;
typedef struct __FILE FILE;
extern FILE __stdin, __stdout, __stderr;
extern FILE *__aeabi_stdin, *__aeabi_stdout, *__aeabi_stderr;
#line 115 "C:\\Keil\\ARM\\RV31\\INC\\stdio.h"
extern __declspec(__nothrow) int remove(const char * );
extern __declspec(__nothrow) int rename(const char * , const char * );
extern __declspec(__nothrow) FILE *tmpfile(void);
extern __declspec(__nothrow) char *tmpnam(char * );
extern __declspec(__nothrow) int fclose(FILE * );
extern __declspec(__nothrow) int fflush(FILE * );
extern __declspec(__nothrow) FILE *fopen(const char * __restrict ,
const char * __restrict );
extern __declspec(__nothrow) FILE *freopen(const char * __restrict ,
const char * __restrict ,
FILE * __restrict );
extern __declspec(__nothrow) void setbuf(FILE * __restrict ,
char * __restrict );
extern __declspec(__nothrow) int setvbuf(FILE * __restrict ,
char * __restrict ,
int , size_t );
#pragma __printf_args
extern __declspec(__nothrow) int fprintf(FILE * __restrict ,
const char * __restrict , ...);
#pragma __printf_args
extern __declspec(__nothrow) int _fprintf(FILE * __restrict ,
const char * __restrict , ...);
#pragma __printf_args
extern __declspec(__nothrow) int printf(const char * __restrict , ...);
#pragma __printf_args
extern __declspec(__nothrow) int _printf(const char * __restrict , ...);
#pragma __printf_args
extern __declspec(__nothrow) int sprintf(char * __restrict , const char * __restrict , ...);
#pragma __printf_args
extern __declspec(__nothrow) int _sprintf(char * __restrict , const char * __restrict , ...);
#pragma __printf_args
extern __declspec(__nothrow) int snprintf(char * __restrict , size_t ,
const char * __restrict , ...);
#pragma __printf_args
extern __declspec(__nothrow) int _snprintf(char * __restrict , size_t ,
const char * __restrict , ...);
#pragma __scanf_args
extern __declspec(__nothrow) int fscanf(FILE * __restrict ,
const char * __restrict , ...);
#pragma __scanf_args
extern __declspec(__nothrow) int _fscanf(FILE * __restrict ,
const char * __restrict , ...);
#pragma __scanf_args
extern __declspec(__nothrow) int scanf(const char * __restrict , ...);
#pragma __scanf_args
extern __declspec(__nothrow) int _scanf(const char * __restrict , ...);
#pragma __scanf_args
extern __declspec(__nothrow) int sscanf(const char * __restrict ,
const char * __restrict , ...);
#pragma __scanf_args
extern __declspec(__nothrow) int _sscanf(const char * __restrict ,
const char * __restrict , ...);
extern __declspec(__nothrow) int vfscanf(FILE * __restrict , const char * __restrict , __va_list);
extern __declspec(__nothrow) int vscanf(const char * __restrict , __va_list);
extern __declspec(__nothrow) int vsscanf(const char * __restrict , const char * __restrict , __va_list);
extern __declspec(__nothrow) int _vfscanf(FILE * __restrict , const char * __restrict , __va_list);
extern __declspec(__nothrow) int _vscanf(const char * __restrict , __va_list);
extern __declspec(__nothrow) int _vsscanf(const char * __restrict , const char * __restrict , __va_list);
extern __declspec(__nothrow) int vprintf(const char * __restrict , __va_list );
extern __declspec(__nothrow) int _vprintf(const char * __restrict , __va_list );
extern __declspec(__nothrow) int vfprintf(FILE * __restrict ,
const char * __restrict , __va_list );
extern __declspec(__nothrow) int vsprintf(char * __restrict ,
const char * __restrict , __va_list );
extern __declspec(__nothrow) int vsnprintf(char * __restrict , size_t ,
const char * __restrict , __va_list );
extern __declspec(__nothrow) int _vsprintf(char * __restrict ,
const char * __restrict , __va_list );
extern __declspec(__nothrow) int _vfprintf(FILE * __restrict ,
const char * __restrict , __va_list );
extern __declspec(__nothrow) int _vsnprintf(char * __restrict , size_t ,
const char * __restrict , __va_list );
extern __declspec(__nothrow) int fgetc(FILE * );
extern __declspec(__nothrow) char *fgets(char * __restrict , int ,
FILE * __restrict );
extern __declspec(__nothrow) int fputc(int , FILE * );
extern __declspec(__nothrow) int fputs(const char * __restrict , FILE * __restrict );
extern __declspec(__nothrow) int getc(FILE * );
extern __declspec(__nothrow) int (getchar)(void);
extern __declspec(__nothrow) char *gets(char * );
extern __declspec(__nothrow) int putc(int , FILE * );
extern __declspec(__nothrow) int (putchar)(int );
extern __declspec(__nothrow) int puts(const char * );
extern __declspec(__nothrow) int ungetc(int , FILE * );
extern __declspec(__nothrow) size_t fread(void * __restrict ,
size_t , size_t , FILE * __restrict );
extern __declspec(__nothrow) size_t __fread_bytes_avail(void * __restrict ,
size_t , FILE * __restrict );
extern __declspec(__nothrow) size_t fwrite(const void * __restrict ,
size_t , size_t , FILE * __restrict );
extern __declspec(__nothrow) int fgetpos(FILE * __restrict , fpos_t * __restrict );
extern __declspec(__nothrow) int fseek(FILE * , long int , int );
extern __declspec(__nothrow) int fsetpos(FILE * __restrict , const fpos_t * __restrict );
extern __declspec(__nothrow) long int ftell(FILE * );
extern __declspec(__nothrow) void rewind(FILE * );
extern __declspec(__nothrow) void clearerr(FILE * );
extern __declspec(__nothrow) int feof(FILE * );
extern __declspec(__nothrow) int ferror(FILE * );
extern __declspec(__nothrow) void perror(const char * );
extern __declspec(__nothrow) int _fisatty(FILE * );
extern __declspec(__nothrow) void __use_no_semihosting_swi(void);
extern __declspec(__nothrow) void __use_no_semihosting(void);
#line 934 "C:\\Keil\\ARM\\RV31\\INC\\stdio.h"
#line 8 "global.h"
#line 1 "C:\\Keil\\ARM\\RV31\\INC\\ctype.h"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -