Skip to content

Commit

Permalink
description for print_b
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenni-Foued committed Oct 30, 2020
1 parent a2273f3 commit 030213c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions print_b.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#include <stdlib.h>

/**
* print_c - Print a character.
* @arg: Char to be printed.
* print_b - Print a number in binay.
* @arg: Number to be converted to binary and printed.
* Return: Number of bits printed.
**/

Expand Down

0 comments on commit 030213c

Please sign in to comment.