This project involves creating a custom implementation of the printf function in the C programming language. The custom printf function is designed to handle basic format specifiers such as %c, %s, and %%. The goal is to understand the internal workings of the standard printf and implement a simplified version.
- Mumo Ndunda
- I did it solo
- Group Projects
- Pair Programming
- Flowcharts
- Technical Writing
- Printf function brief
- Secrets of printf - Recommended reading
- Group Projects concept page - Important information on group projects
- Flowcharts concept page - Learn about using flowcharts
manpages for printf:man 3 printf
The project consists of the following components:
main.h- Header file containing function i