Skip to content

Commit

Permalink
Update prints.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrimeJnr authored Jul 26, 2023
1 parent ca42168 commit 979a8de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prints.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ int _fputint(int fd, int num)
* _fprintf - Prints to the standar output like regular printf
* @fd: file descriptor
* @format: The string to be printed adn its format specifiers
* @s1: string 1
* @s2: string 2
* @n1: num 1
*
* Return: Length of printed string
*/
Expand Down

0 comments on commit 979a8de

Please sign in to comment.