libft
Loading...
Searching...
No Matches
libft.h File Reference

My custom C library (libft). More...

#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <math.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#include <unistd.h>
#include "ft_2darray.h"
#include "ft_array.h"
#include "ft_check.h"
#include "ft_convert.h"
#include "ft_file.h"
#include "ft_list.h"
#include "ft_math.h"
#include "ft_memory.h"
#include "ft_output.h"
#include "ft_printf.h"
#include "ft_sorting.h"
#include "ft_string.h"
#include "ft_utils.h"
+ Include dependency graph for libft.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

My custom C library (libft).

Author
Toonsa
Date
2024/10/21

This header serves as the central aggregator for the libft project. It does not declare any functions or types directly, but includes all modular headers that implement core features of the library.

These features include memory and string manipulation, character classification, formatted output, mathematical operations, dynamic arrays, matrix utilities, and more.

This header allows external programs to access the entire libft functionality through a single include.