kwabena
12-20-07, 03:13 AM
The code below does not compile, kindly show me why the error is located
#include clib\common51.c
#include clib\syslib51.c
#include clib\stdio.h
struct coord {
int x;
int y;
} ;
struct coord first, second;
main() {
}
#include clib\common51.c
#include clib\syslib51.c
#include clib\stdio.h
struct coord {
int x;
int y;
} ;
struct coord first, second;
main() {
}