TEMPLATE

/*######################################################################################
# Dev: cnd.dev
# Program Name: FileName-v1.0.0-linux-x86-64
# Version: 1.0.0
#  - Major.Minor.Update
# Date: 181445MAR25
# Filename: filename.c
# Dependency: N/A
# Compile Cmd: gcc -m64 -O1 filename.c -o filename-v1.0.0-linux-x86-64
# Synopsis:
#  - Overview: describes what the program does, how it works, and its key components
#  - Technical: ...
######################################################################################*/

#
int main(int argc, char *argv[])
{
  ...
}

#
int main(void)
{
  ...
}

Last updated