Open pangteypiyush opened 9 years ago
Wouldn't it make sense to rename the implemented function to printf? That would be more unix compatible. My guess is that implementing 'print' in stead of 'printf' was a mistake, while the text indicates the intention was to create 'printf'.
the text indicates the intention was to create "a function 'print' which works like 'printf' found on standard C ".
Function name "printf() " was never implemented . Implemented function is "print()" which works like "pintf()" found in standard c.