42sh 1.0.0
Create a shell in C
Loading...
Searching...
No Matches
my_putchar.c File Reference

The file containing the my_putchar function. More...

#include "my.h"

Functions

void my_putchar (char c)
 Prints a char (c) in the stdout.
 

Detailed Description

The file containing the my_putchar function.

Author
Nicolas TORO

Function Documentation

◆ my_putchar()

void my_putchar ( char c)

Prints a char (c) in the stdout.

Parameters
cThe char to print
Returns
void
Author
Nicolas TORO