extern的作用

#include <stdio.h>
extern int a;
static int a;
extern int b;
int b;
static int c;
extern int c;

posted @ 2018-09-12 00:37  扫驴  阅读(177)  评论(0编辑  收藏  举报