Consider the following main():
main()
int main(int argc, char *argv[]) { return (0); }
Upon compilation with cc -Wall -Wext
cc -Wall -Wext
This may increase the code efficiency because the call of function dont need to load the registers for arguments.