logic4fun1
Programmer
I am programming in C for last 2 years but all i learned is at work and not at a school. I am trying to go through some source code and all i see in them is a bunch of C files and a make file.
eg : main.c system.c admin.c
and in main.c i wont see a function call like
main(int argc, char **argv) {
/* Do a bunch of Stuff */
}
How to interpret that and how will the code work. I mean How can i understand the flow of the Program without main call.
Thanks
eg : main.c system.c admin.c
and in main.c i wont see a function call like
main(int argc, char **argv) {
/* Do a bunch of Stuff */
}
How to interpret that and how will the code work. I mean How can i understand the flow of the Program without main call.
Thanks