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
- Host: GitHub
- URL: https://github.com/almayor/libftprintfgnl
- Owner: almayor
- License: mit
- Created: 2020-05-10T19:34:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T18:58:53.000Z (over 4 years ago)
- Last Synced: 2025-01-30T05:26:43.486Z (4 months ago)
- Topics: 21school, 42, 42school, school-42
- Language: Makefile
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.