Find main function in a source code

Those *.c files are supposed to be the declarations for including c source codes.
You should have a look to some more files that could probably contain c codes.
main function can just be found by pasting the source code in a txt file and then use grep(for linux) command.
Happy CODING!

Leave a Comment