📄 chaobiao.psc
字号:
# 1 "D:\\CGDF\\CBJ2\\Chaobiao\\Chaobiao.c" # 1 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/stdlib.h" 1 3 # 1 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/_ansi.h" 1 3 # 1 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/sys/config.h" 1 3 # 14 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/sys/config.h" 3# 25 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/sys/config.h" 3 # 44 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/sys/config.h" 3 typedef int __int32_t;typedef unsigned int __uint32_t;# 15 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/_ansi.h" 2 3 # 61 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/_ansi.h" 3 # 13 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/stdlib.h" 2 3# 1 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/include/stddef.h" 1 3 # 19 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/include/stddef.h" 3 # 61 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/include/stddef.h" 3 # 131 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/include/stddef.h" 3 typedef long unsigned int size_t; typedef long int wchar_t;# 283 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/include/stddef.h" 3 # 317 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/include/stddef.h" 3 # 17 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/stdlib.h" 2 3# 1 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/sys/reent.h" 1 3 # 1 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/time.h" 1 3 # 1 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/machine/time.h" 1 3# 21 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/time.h" 2 3# 1 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/include/stddef.h" 1 3 # 19 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/include/stddef.h" 3 # 61 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/include/stddef.h" 3 # 131 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/include/stddef.h" 3 # 188 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/include/stddef.h" 3 # 271 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/include/stddef.h" 3# 283 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/include/stddef.h" 3 # 317 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/include/stddef.h" 3 # 30 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/time.h" 2 3 # 1 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/machine/types.h" 1 3# 33 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/time.h" 2 3typedef unsigned long clock_t;typedef long time_t;struct tm{ int tm_sec; int tm_min; int tm_hour; int tm_mday; int tm_mon; int tm_year; int tm_wday; int tm_yday; int tm_isdst;};clock_t clock (void) ;double difftime (time_t _time2, time_t _time1) ;time_t mktime (struct tm *_timeptr) ;time_t time (time_t *_timer) ;char * asctime (const struct tm *_tblock) ;char * ctime (const time_t *_time) ;struct tm * gmtime (const time_t *_timer) ;struct tm * localtime (const time_t *_timer) ;size_t strftime (char *_s, size_t _maxsize, const char *_fmt, const struct tm *_t) ;char * asctime_r (const struct tm *, char *) ;char * ctime_r (const time_t *, char *) ;struct tm * gmtime_r (const time_t *, struct tm *) ;struct tm * localtime_r (const time_t *, struct tm *) ;# 84 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/time.h" 3# 14 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/sys/reent.h" 2 3typedef __uint32_t __ULong;struct _glue { struct _glue *_next; int _niobs; struct __sFILE *_iobs;};struct _Bigint { struct _Bigint *_next; int _k, _maxwds, _sign, _wds; __ULong _x[1];}; struct _atexit { struct _atexit *_next; int _ind; void (*_fns[32 ])(void); }; struct __sbuf { unsigned char *_base; int _size;}; typedef long _fpos_t; struct __sFILE { unsigned char *_p; int _r; int _w; short _flags; short _file; struct __sbuf _bf; int _lbfsize; void * _cookie; int (*_read) (void * _cookie, char *_buf, int _n) ; int (*_write) (void * _cookie, const char *_buf, int _n) ; _fpos_t (*_seek) (void * _cookie, _fpos_t _offset, int _whence) ; int (*_close) (void * _cookie) ; struct __sbuf _ub; unsigned char *_up; int _ur; unsigned char _ubuf[3]; unsigned char _nbuf[1]; struct __sbuf _lb; int _blksize; int _offset; struct _reent *_data;}; struct _reent{ int _errno; struct __sFILE *_stdin, *_stdout, *_stderr; int _inc; char _emergency[25]; int _current_category; const char *_current_locale; int __sdidinit; void (*__cleanup) (struct _reent *) ; struct _Bigint *_result; int _result_k; struct _Bigint *_p5s; struct _Bigint **_freelist; int _cvtlen; char *_cvtbuf; union { struct { unsigned int _rand_next; char * _strtok_last; char _asctime_buf[26]; struct tm _localtime_buf; int _gamma_signgam; } _reent; struct { unsigned char * _nextf[30 ]; unsigned int _nmalloc[30 ]; } _unused; } _new; struct _atexit *_atexit; struct _atexit _atexit0; void (**(_sig_func))(int); struct _glue __sglue; struct __sFILE __sf[3]; }; extern struct _reent *_impure_ptr ;void _reclaim_reent (struct _reent *) ; # 19 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/stdlib.h" 2 3typedef struct { int quot; int rem; } div_t;typedef struct { long quot; long rem; } ldiv_t;extern int __mb_cur_max;void abort (void ) __attribute__ ( (noreturn) ) ;int abs (int) ;int atexit (void (*__func)(void )) ;double atof (const char *__nptr) ;float atoff (const char *__nptr) ;int atoi (const char *__nptr) ;long atol (const char *__nptr) ;void * bsearch (const void * __key, const void * __base, size_t __nmemb, size_t __size, int (*_compar) (const void * , const void * ) ) ;void * calloc (size_t __nmemb, size_t __size) ;div_t div (int __numer, int __denom) ;void exit (int __status) __attribute__ ( (noreturn) ) ;void free (void * ) ;char * getenv (const char *__string) ;char * _getenv_r (struct _reent *, const char *__string) ;char * _findenv (const char *, int *) ;char * _findenv_r (struct _reent *, const char *, int *) ;long labs (long) ;ldiv_t ldiv (long __numer, long __denom) ;void * malloc (size_t __size) ;int mblen (const char *, size_t) ;int _mblen_r (struct _reent *, const char *, size_t, int *) ;int mbtowc (wchar_t *, const char *, size_t) ;int _mbtowc_r (struct _reent *, wchar_t *, const char *, size_t, int *) ;int wctomb (char *, wchar_t) ;int _wctomb_r (struct _reent *, char *, wchar_t, int *) ;size_t mbstowcs (wchar_t *, const char *, size_t) ;size_t _mbstowcs_r (struct _reent *, wchar_t *, const char *, size_t, int *) ;size_t wcstombs (char *, const wchar_t *, size_t) ;size_t _wcstombs_r (struct _reent *, char *, const wchar_t *, size_t, int *) ;void qsort (void * __base, size_t __nmemb, size_t __size, int(*_compar)(const void * , const void * )) ;int rand (void ) ;void * realloc (void * __r, size_t __size) ;void srand (unsigned __seed) ;double strtod (const char *__n, char **_end_PTR) ;float strtodf (const char *__n, char **_end_PTR) ;long strtol (const char *__n, char **_end_PTR, int __base) ;unsigned long strtoul (const char *_n_PTR, char **_end_PTR, int __base) ;unsigned long _strtoul_r (struct _reent *,const char *_n_PTR, char **_end_PTR, int __base) ;int system (const char *__string) ;void cfree (void * ) ;int putenv (const char *__string) ;int setenv (const char *__string, const char *__value, int __overwrite) ;int _setenv_r (struct _reent *, const char *__string, const char *__value, int __overwrite) ;char * gcvt (double,int,char *) ;char * gcvtf (float,int,char *) ;char * fcvt (double,int,int *,int *) ;char * fcvtf (float,int,int *,int *) ;char * ecvt (double,int,int *,int *) ;char * ecvtbuf (double, int, int*, int*, char *) ;char * fcvtbuf (double, int, int*, int*, char *) ;char * ecvtf (float,int,int *,int *) ;char * dtoa (double, int, int, int *, int*, char**) ;int rand_r (unsigned *__seed) ;# 123 "/FStudio/lib/gcc-lib/m68k-coff/2.95.2/../../../../m68k-coff/include/stdlib.h" 3char * _dtoa_r (struct _reent *, double, int, int, int *, int*, char**) ;void * _malloc_r (struct _reent *, size_t) ;void * _calloc_r (struct _reent *, size_t, size_t) ;void _free_r (struct _reent *, void * ) ;void * _realloc_r (struct _reent *, void * , size_t) ;void _mstats_r (struct _reent *, char *) ;int _system_r (struct _reent *, const char *) ;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -