You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
33
33
> The purpose of this project is to recode C's original function printf().
34
34
35
-
This library reimplements the core functionality of the standard `printf()` function, integrating it into the [`libft`](https://github.com/sdevsantiago/Libft) library.
35
+
This library reimplements the core functionality of the standard `printf()` function.
36
36
37
37
**Features:**
38
38
-**Full variadic argument support**: handles variable number of arguments using `va_list`
0 commit comments