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
- Host: GitHub
- URL: https://github.com/m7moudgadallah/printf
- Owner: m7moudGadallah
- Created: 2023-04-23T17:09:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T01:30:48.000Z (over 2 years ago)
- Last Synced: 2025-01-01T02:41:45.769Z (12 months ago)
- Topics: c, functions, gcc, pointers, pointers-to-functions, printf, static-library, strings, structures, variadic-function
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)***