Skip to content

Commit

Permalink
Update utils.c
Browse files Browse the repository at this point in the history
  • Loading branch information
godswillubah authored Mar 28, 2023
1 parent 3be0118 commit 5e5a871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "main.h"

/**
* is_printable - Evaluates if a char is printable
* is_printable - Evaluates if a char is printable.
* @c: Char to be evaluated.
* Return: 1 if c is printable, 0 otherwise.
* Written by Kebron Araya and Godswill Ubah.
Expand Down

0 comments on commit 5e5a871

Please sign in to comment.