Library modular define in C short course
Last week I attend short course teached by our sifu Madam Marina, she was one of C programming sifu in CoIT. It was very nice to know how library modular define work. One long program can be divide by 3 main file:
- Header file (for global variable, function declaration, constant)
- Application file (for main body)
- Implementation file (for function definition)
Each of this file have their own function to make the program more easier. If you interested to learn you can log in Here