https://github.com/exclud/printf
A custom Printf function
https://github.com/exclud/printf
alx alx-system-engineering c printf
Last synced: about 1 year ago
JSON representation
A custom Printf function
- Host: GitHub
- URL: https://github.com/exclud/printf
- Owner: exclud
- Created: 2023-03-28T06:28:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T11:56:13.000Z (about 3 years ago)
- Last Synced: 2025-01-13T12:27:47.113Z (over 1 year ago)
- Topics: alx, alx-system-engineering, c, printf
- Language: C
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A custom Printf
This is a custom Printf project which aims to replicate the printf in C.
## Compilation
To compile this project run this at the root of the directory
```bash
gcc -Wall -Wextra -Werror -pedantic -std=gnu89 -Wno-format *.c
```
This will compile all three files (main.c, printf.c, and _putchar.c) and output the executable file my_program.