Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ahmedhamed3699/printf

This project is for implementing our own print function in C. It is a part of ALX SE program.
https://github.com/ahmedhamed3699/printf

Last synced: 16 days ago
JSON representation

This project is for implementing our own print function in C. It is a part of ALX SE program.

Awesome Lists containing this project

README

        

# printf
This project is for implementing our own printf function in C.
It is made as a part of ALX SE program.

## Team
- [Ahmed Hamed](https://github.com/AhmedHamed3699)
- [Muhamed Abdelrahman](https://github.com/Muhamed-Abdelrahman)

## How To Use It
- Create your main function to test
- Everything is compiled this way:

```bash
gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o printf
```
- Run by using:

```bash
./printf
```