TC2.0打不开文件stdio.h

来源:百度知道 编辑:UC知道 时间:2024/05/05 07:50:54
每次程序段中有#include <stido.h>时,就会出现
Unable to open include file 'stidio.h'
我的文件路径配置并没有错,但这个库函数就是打不开,求教高手指点.

重新拷贝一份

是不是那个文件缺失或者损坏?到其他能正常使用的电脑上copy一份过来吧

/* stdio.h
把他存为你的stdio.h就行了
Definitions for stream input/output.

Copyright (c) Borland International 1987,1988
All Rights Reserved.
*/
#if __STDC__
#define _Cdecl
#else
#define _Cdecl cdecl
#endif

#if !defined(__STDIO_DEF_)
#define __STDIO_DEF_

#ifndef _SIZE_T
#define _SIZE_T
typedef unsigned size_t;
#endif
#ifndef NULL
# if defined(__TINY__) || defined(__SMALL__) || defined(__MEDIUM__)
# define NULL 0
# else
# define NULL 0L
# endif
#endif

#if !defined(__STDARG)
#include <stdarg.h>
#endif

/* Definition of the file position type
*/
typedef long fpos_t;

/* Definition of the control structure for streams
*/
typedef struct {
short