欧美极品高清xxxxhd,国产日产欧美最新,无码AV国产东京热AV无码,国产精品人与动性XXX,国产传媒亚洲综合一区二区,四库影院永久国产精品,毛片免费免费高清视频,福利所导航夜趣136

標題: 誰有stdio.h標準輸出函數的頭文件?麻煩給我一份,謝謝 [打印本頁]

作者: 越快樂越墮落    時間: 2016-4-30 18:04
標題: 誰有stdio.h標準輸出函數的頭文件?麻煩給我一份,謝謝
誰有stdio.h標準輸出函數的頭文件???麻煩給我一份,謝謝

作者: luoluoluo136    時間: 2016-5-3 10:07
這個文件每一個編譯器都會有的啦。。。自己看看編譯器的頭文件目錄唄
作者: xmz_2005    時間: 2021-12-3 16:38
/*--------------------------------------------------------------------------
STDIO.H

Prototypes for standard I/O functions.
Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved.
--------------------------------------------------------------------------*/

#ifndef __STDIO_H__
#define __STDIO_H__

#ifndef EOF
#define EOF -1
#endif

#ifndef NULL
#define NULL ((void *) 0)
#endif

#ifndef _SIZE_T
#define _SIZE_T
typedef unsigned int size_t;
#endif

#pragma SAVE
#pragma REGPARMS
extern char _getkey (void);
extern char getchar (void);
extern char ungetchar (char);
extern char putchar (char);
extern int printf   (const char *, ...);
extern int sprintf  (char *, const char *, ...);
extern int vprintf  (const char *, char *);
extern int vsprintf (char *, const char *, char *);
extern char *gets (char *, int n);
extern int scanf (const char *, ...);
extern int sscanf (char *, const char *, ...);
extern int puts (const char *);

#pragma RESTORE

#endif





歡迎光臨 (http://www.raoushi.com/bbs/) Powered by Discuz! X3.1