?? haha.i
字號:
#line 1 "D:\ATP_AVR\haha.c"
#line 1 "D:\ATP_AVR/public.h"
#line 1 "D:/PROGRA~1/icc/include/iom128v.h"
#line 7 "D:/PROGRA~1/icc/include/iom128v.h"
#line 11 "D:/PROGRA~1/icc/include/iom128v.h"
#line 14 "D:/PROGRA~1/icc/include/iom128v.h"
#line 17 "D:/PROGRA~1/icc/include/iom128v.h"
#line 20 "D:/PROGRA~1/icc/include/iom128v.h"
#line 6 "D:\ATP_AVR/public.h"
#line 1 "D:/PROGRA~1/icc/include/macros.h"
#line 35 "D:/PROGRA~1/icc/include/macros.h"
void _StackCheck(void);
void _StackOverflowed(char);
#line 7 "D:\ATP_AVR/public.h"
#line 1 "D:/PROGRA~1/icc/include/string.h"
#line 1 "D:/PROGRA~1/icc/include/_const.h"
#line 10 "D:/PROGRA~1/icc/include/_const.h"
#line 4 "D:/PROGRA~1/icc/include/string.h"
typedef unsigned int size_t;
void *memcpy(void *, void *, size_t);
void *memset(void *, int, size_t);
void *memchr(void *, int, size_t);
int memcmp(void *, void *, size_t);
void *memmove(void *, void *, size_t);
char *strchr( char *, int);
int strcoll( char *, char *);
size_t strcspn( char *, char *);
char *strncat(char *, char *, size_t);
int strncmp( char *, char *, size_t);
char *strncpy(char *, char *, size_t);
char *strpbrk( char *, char *);
char *strrchr( char *, int);
size_t strspn( char *, char *);
char *strstr( char *, char *);
char *strtok(char *, char *);
size_t strlen( char *);
char *strcpy(char *, char *);
int strcmp( char *, char *);
char *strcat(char *, char *);
size_t cstrlen(const char *cs);
char *cstrcpy(char *, const char *cs);
char *cstrncpy(char *, const char *cs, size_t);
int cstrcmp(const char *cs, char *);
char *cstrcat(char *, const char *);
int cstrncmp(const char *cs, char *i, int);
char *cstrstr(char *ramstr, const char *romstr);
char *cstrstrx(char *ramstr, const char *romstr);
void *cmemcpy(void *, const void *, size_t);
void *cmemchr(const void *, int, size_t);
int cmemcmp(const void *, void *, size_t);
#line 72 "D:/PROGRA~1/icc/include/string.h"
#line 8 "D:\ATP_AVR/public.h"
#line 1 "D:/PROGRA~1/icc/include/math.h"
float fabs(float x);
float frexp(float x, int *eptr);
float tanh(float x);
float sin(float x);
float atan(float x);
float atan2(float y, float x);
float asin(float x);
float exp10(float x);
float log10(float x);
float fmod(float y, float z);
float sqrt(float x);
float cos(float x);
float ldexp(float d, int n);
float modf(float y, float *i);
float floor(float y);
float ceil(float y);
float fround(float d);
float tan(float x);
float acos(float x);
float exp(float x);
float log(float x);
float pow(float x,float y);
float sinh(float x);
float cosh(float x);
#line 49 "D:/PROGRA~1/icc/include/math.h"
#line 9 "D:\ATP_AVR/public.h"
#line 1 "D:\ATP_AVR/DC_Defines.h"
#line 10 "D:\ATP_AVR/public.h"
#line 1 "D:\ATP_AVR/SPI.h"
void spi_init(void);
void SPISend(unsigned char ucByte);
unsigned char SPIReadData(void);
void SPI_CSTiming(void);
#line 25 "D:\ATP_AVR/public.h"
#line 1 "D:\ATP_AVR/AD.h"
void AD_Init(void);
void AD_GetData(unsigned short * pusOutBuff);
void ulAD_GetData(unsigned long * pulOutBuff);
void usAD_GetData(unsigned short *
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -