mirror of
https://github.com/guezoloic/libft.git
synced 2026-01-25 01:34:15 +00:00
fix: add libft include
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
#include "libft.h"
|
||||||
|
|
||||||
int ft_isascii(int c)
|
int ft_isascii(int c)
|
||||||
{
|
{
|
||||||
return (c >= 0 && c <= 127);
|
return (c >= 0 && c <= 127);
|
||||||
|
|||||||
Reference in New Issue
Block a user