Correction: function names must be ft_*
This commit is contained in:
parent
81f932f0be
commit
6b7a5d0ffb
12 changed files with 27 additions and 23 deletions
|
|
@ -1,13 +0,0 @@
|
|||
#include "libft.h"
|
||||
#include<stdio.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
int c;
|
||||
|
||||
for (c = 0; c < 256; c++)
|
||||
{
|
||||
printf("'%c' (%i); isalpha(c): %i\r\n", c, c, isalpha(c));
|
||||
}
|
||||
return (0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue