![]() |
T602Konvertilo 3.00.25001
A multiplatform tool for converting Text602 documents
|
Contains the entry point of the programe. More...
#include <stdio.h>#include <stdlib.h>Functions | |
| void | print_hello (char *greeting) |
| It will print a greeting string to the stdout. | |
| int | main (int argc, char *argv[]) |
| The entry point of the programe. | |
Contains the entry point of the programe.
| int main | ( | int | argc, |
| char * | argv[] ) |
The entry point of the programe.
| argc | a count of the CLI arguments |
| argv | a list of the CLI arguments |
| void print_hello | ( | char * | greeting | ) |
It will print a greeting string to the stdout.
| greeting | a suitable greet string |