https://github.com/guicdas/ft_printf_42
My version of Printf function for 42 Lisboa.
https://github.com/guicdas/ft_printf_42
printf printf-42 tokenizer
Last synced: 16 days ago
JSON representation
My version of Printf function for 42 Lisboa.
- Host: GitHub
- URL: https://github.com/guicdas/ft_printf_42
- Owner: guicdas
- Created: 2024-02-26T00:38:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T20:22:44.000Z (over 1 year ago)
- Last Synced: 2025-03-03T17:46:29.411Z (over 1 year ago)
- Topics: printf, printf-42, tokenizer
- Language: C
- Homepage:
- Size: 551 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FT_PRINTF
My version of printf for 42 Lisboa.
Missing bonus implementation due to having changed the code.
## Compiling
To compiling this project run
```bash
make
```
## Usage
To test, modify the main function as you wish.
```bash
./ft_printf
```
## Cloning
To clone the tester together with the project:
```bash
git clone --recurse-submodules
```