#include<stdio.h>
#include<string.h>
static char *RCSinfo = “$id$”;
vprintf(“RSC control: %s\n”,RCSinfo);
int main()
{
printf(“hello”);
return 0;
}
errors:
MACROS.c:5:9: error: expected declaration specifiers or ‘…’ before string constant
MACROS.c:5:29: error: expected declaration specifiers or ‘…’ before ‘RCSinfo’
make: *** [MACROS] Error 1
cn any1 help wid these errors….????