target.i
来自「该模板使用于周立功公司研发的EasyARM2100系列开发板」· I 代码 · 共 1,940 行 · 第 1/2 页
I
1,940 行
extern long _sys_flen(FILEHANDLE );
extern int _sys_tmpnam(char * , int , unsigned );
extern void _sys_exit(int );
extern char *_sys_command_string(char * , int );
#line 213 "src\\target.c"
#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 214 "src\\target.c"
#pragma import(__use_no_semihosting_swi)
int __rt_div0(int a)
{
a = a;
return 0;
}
int fputc(int ch,FILE *f)
{
ch = ch;
f = f;
return 0;
}
int fgetc(FILE *f)
{
f = f;
return 0;
}
int _sys_close(FILEHANDLE fh)
{
fh = fh;
return 0;
}
int _sys_write(FILEHANDLE fh, const unsigned char * buf,
unsigned len, int mode)
{
fh = fh;
buf = buf;
len =len;
mode = mode;
return 0;
}
int _sys_read(FILEHANDLE fh, unsigned char * buf,
unsigned len, int mode)
{
fh = fh;
buf = buf;
len =len;
mode = mode;
return 0;
}
void _ttywrch(int ch)
{
ch = ch;
}
int _sys_istty(FILEHANDLE fh)
{
fh = fh;
return 0;
}
int _sys_seek(FILEHANDLE fh, long pos)
{
fh = fh;
return 0;
}
int _sys_ensure(FILEHANDLE fh)
{
fh = fh;
return 0;
}
long _sys_flen(FILEHANDLE fh)
{
fh = fh;
return 0;
}
int _sys_tmpnam(char * name, int sig, unsigned maxlen)
{
name = name;
sig = sig;
maxlen = maxlen;
return 0;
}
void _sys_exit(int returncode)
{
returncode = returncode;
}
char *_sys_command_string(char * cmd, int len)
{
cmd = cmd;
len = len;
return 0;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?