|
| | ft_2darray.h |
| | 2D integer array utilities.
|
| |
| | ft_array.h |
| | Utility functions for handling pointer and integer arrays.
|
| |
| | ft_check.h |
| | Classification and validation functions for characters and strings.
|
| |
| | ft_convert.h |
| | Numeric conversion utility functions.
|
| |
| | ft_file.h |
| | File utility functions for simplified and safe file operations.
|
| |
| | ft_list.h |
| | Linked list for libft.
|
| |
| | ft_math.h |
| | Math and geometry utilities for libft.
|
| |
| | ft_memory.h |
| | Low-level memory manipulation functions.
|
| |
| | ft_output.h |
| | File descriptor-based output functions.
|
| |
| | ft_printf.h |
| | Internal definitions and declarations for ft_printf.
|
| |
| | ft_sorting.h |
| | Sorting utility functions and comparators.
|
| |
| | ft_string.h |
| | String manipulation utility functions.
|
| |
| | ft_utils.h |
| | Utility functions for general-purpose operations.
|
| |
| | libft.h |
| | My custom C library (libft).
|
| |