Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ahmedhamed3699/printf
- Owner: AhmedHamed3699
- Created: 2023-08-18T19:11:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-22T16:59:09.000Z (over 1 year ago)
- Last Synced: 2023-08-22T17:39:56.692Z (over 1 year ago)
- Language: C
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```