Corewar documentation 1.0.0
|
The file containing the my_putchar function. More...
#include "my.h"
Functions | |
void | my_putchar (char c) |
Prints a char (c) in the stdout. | |
The file containing the my_putchar function.
void my_putchar | ( | char | c | ) |
Prints a char (c) in the stdout.
c | The char to print |