keil中出现 错误C141:syntax error near'extern'

#ifndef__STRING_H__#define__STRING_H__#ifndef_SIZE_T#define_SIZE_T#endif#ifndefNULL#d... #ifndef __STRING_H__
#define __STRING_H__
#ifndef _SIZE_T
#define _SIZE_T
#endif
#ifndef NULL
#define NULL ((void *) 0L)
#endif typedef unsigned int size_t;
#pragma SAVE
#pragma REGPARMS
extern char *strcat (char *s1, char *s2);
extern char *strncat (char *s1, char *s2, int n);
extern char strcmp (char *s1, char *s2);
extern char strncmp (char *s1, char *s2, int n);
extern char *strcpy (char *s1, char *s2);
extern char *strncpy (char *s1, char *s2, int n);
extern int strlen (char *);
extern char *strchr (const char *s, char c);
extern int strpos (const char *s, char c);
extern char *strrchr (const char *s, char c);
extern int strrpos (const char *s, char c);
extern int strspn (char *s, char *set);
extern int strcspn (char *s, char *set);
extern char *strpbrk (char *s, char *set);
extern char *strrpbrk (char *s, char *set);
extern char *strstr (char *s, char *sub);
extern char *strtok (char *str, const char *set);
extern char memcmp (void *s1, void *s2, int n);
extern void *memcpy (void *s1, void *s2, int n);
extern void *memchr (void *s, char val, int n);
extern void *memccpy (void *s1, void *s2, char val, int n);
extern void *memmove (void *s1, void *s2, int n);
extern void *memset (void *s, char val, int n);
#pragma RESTORE
#endif
展开
 我来答
ghost4063
2013-05-23 · TA获得超过6522个赞
知道大有可为答主
回答量:2940
采纳率:75%
帮助的人:2781万
展开全部
应该是这样的:
#ifndef __STRING_H__
#define __STRING_H__
#ifndef _SIZE_T
#define _SIZE_T
typedef unsigned int size_t;
#endif
#ifndef NULL
#define NULL ((void *) 0L)
#endif
。。。。。
追问
还是不行 这样改就变成 syntax error near 'typedef'
追答
这文件应该不需要自己写啊,KEIL本身就带的,你到其他电脑上拷一份就可以了。这种现象真还没碰到过。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式