From 9e72125111533566f89774688f959ac527dcc1bc Mon Sep 17 00:00:00 2001 From: abhipaul-99 <41127233+abhipaul-99@users.noreply.github.com> Date: Sat, 17 Oct 2020 15:22:54 +0530 Subject: [PATCH] Update c.c --- src/c.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/c.c b/src/c.c index 808eb29..c13112f 100644 --- a/src/c.c +++ b/src/c.c @@ -29,6 +29,7 @@ void printCurrentComment(const char *path); void put_multiline(const char *s,int width); void strip(char *s); +//Main Function int main (int argc, const char *argv[]) { // Get the current directory char cwd[1024];