T602Konvertilo 3.00.25001
A multiplatform tool for converting Text602 documents
Loading...
Searching...
No Matches
main.c File Reference

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.

Detailed Description

Contains the entry point of the programe.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

The entry point of the programe.

Parameters
argca count of the CLI arguments
argva list of the CLI arguments
Returns
the exit status of the programe

◆ print_hello()

void print_hello ( char * greeting)

It will print a greeting string to the stdout.

Parameters
greetinga suitable greet string