Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 226 Bytes

synopsis.md

File metadata and controls

18 lines (8 loc) · 226 Bytes

libft reference - Global functions

Synopsis

#include <ft.h>

Global functions

void ft_initialise() - Initialisation

Initialize libft. It should be called early in the application at least once.