An open API service indexing awesome lists of open source software.

https://github.com/almayor/libftprintfgnl

Combined library of C functions realised at School 42
https://github.com/almayor/libftprintfgnl

21school 42 42school school-42

Last synced: 3 months ago
JSON representation

Combined library of C functions realised at School 42

Awesome Lists containing this project

README

        

# libftprintfgnl

* This project combines three projects realised at [School 42](https://en.wikipedia.org/wiki/42_(school)), namely [`libft`](https://github.com/almayor/libft), [`get_next_line`](https://github.com/almayor/get_next_line) and [`ft_printf`](https://github.com/almayor/ft_printf), into a single C library `libftprintfgnl`.
* For details, please see individual projects.
* To compile the library, run

```sh
git clone https://github.com/almayor/libftprintfgnl
cd libftprintfgnl
git submodule update
make
```
* Then include the header in your projects

```C
#include "libftprintfgnl.h
```

---
If you have any questions, please contact me on Github.