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

https://github.com/m7moudgadallah/printf

Team project for alx-africa to implement your own version from printf
https://github.com/m7moudgadallah/printf

c functions gcc pointers pointers-to-functions printf static-library strings structures variadic-function

Last synced: 10 months ago
JSON representation

Team project for alx-africa to implement your own version from printf

Awesome Lists containing this project

README

          

# printf Project

|Done|Sub-Task|Files|Assigned|
|----|-------|-----|------|
|✅|creating header file|[main.h](./main.h)|@[m7moudGadallah](https://github.com/m7moudGadallah)|
|✅|implementing `putchar`|[_putchar.c](./_putchar.c)|@[MAHMOUD128](https://github.com/MAHMOUD128)|
|✅|implementing simple `printf`|[_printf.c](./_printf.c)|@[m7moudGadallah](https://github.com/m7moudGadallah)|
|✅|Enhnace `printf` by adding formatting of `c`|[printf_char.c](./printf_char.c)|@[m7moudGadallah](https://github.com/m7moudGadallah)|
|✅|Enhance `printf` by adding formatting of `s`|[printf_string.c](./printf_string.c)|@[MAHMOUD128](https://github.com/MAHMOUD128)|
|✅|Enhance `printf` by adding formatting of `i`|[printf_int.c](./printf_int.c)|@[m7moudGadallah](https://github.com/m7moudGadallah)|
|✅|Enhance `printf` by adding formatting of `d`|[printf_dec.c](./printf_dec.c)|@[m7moudGadallah](https://github.com/m7moudGadallah)|
|✅|Enhance `printf` by adding formatting of `o`|[printf_ocal.c](./printf_octal.c)|@[MAHMOUD128](https://github.com/MAHMOUD128)|

## Contributors

- ***[Mahmoud Gadallah](https://github.com/m7moudGadallah)***
- ***[Mahmoud Khaleel](https://github.com/MAHMOUD128)***