⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.i

📁 mp3量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。系统会自动删除debug和release目录
💻 I
📖 第 1 页 / 共 5 页
字号:
#line 1 "main.c"
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


#line 47 "main.c"





#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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -