#include <stdio.h>
Functions | |
int | function1 (int iArg1, int iArg2) |
void | function2 (char *pchString) |
int | main () |
int function1 | ( | int | iArg1, | |
int | iArg2 | |||
) |
Function1 description
iArg1 | First param description | |
iArg2 | Second param description |
void function2 | ( | char * | pchString | ) |
Function2 description
pchString | String to handled by the function |
int main | ( | ) |