/printf

"printf" is a well known function in C programming language that does format printing. On normal occasions, it only takes the standard library to call it into a c program and use it to perform simple formatting for the different types of data. This is a printf project that imitates the actual "printf" command located in the Standard Library. It contains some of the basic features and functions found in the manual 3 of "prinf". The function name will be called "_printf"

Primary LanguageC

No issues in this repository yet.