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

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

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.