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

The file containing the my_strupcase function. More...

#include "my.h"

Functions

char * my_strupcase (char *str)
 Replaces lowcase by upcase of a string (str)
 

Detailed Description

The file containing the my_strupcase function.

Author
Nicolas TORO

Function Documentation

◆ my_strupcase()

char * my_strupcase ( char * str)

Replaces lowcase by upcase of a string (str)

Parameters
strThe string to modify
Returns
char* The modified string
Author
Nicolas TORO