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

The file containing the my_putstr function. More...

#include "my.h"

Functions

int my_putstr (char const *str)
 Writes a string (str) in stdout and returns the length of the printed string.
 

Detailed Description

The file containing the my_putstr function.

Author
Nicolas TORO

Function Documentation

◆ my_putstr()

int my_putstr ( char const * str)

Writes a string (str) in stdout and returns the length of the printed string.

Parameters
strThe string to print
Returns
int The length of the printed string
Author
Nicolas TORO