Some suggestions:

1) change void main() to int main(void), and add a return 0; at the end of the program. This is something your OS will expect.

2) above int main() prototype a struct and it's...