Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 572 Bytes

File metadata and controls

24 lines (20 loc) · 572 Bytes

C Class

This is a file for C Class in ENSIBS.
All files are personnal implementation of standard C function.

norm repo describe the norm use in this files

Printf Implementation

printf function is available on my_stdio.1.c file.

Now it's use to work with :

  • *
  • char*
  • int
  • octal
  • hexadecimal integer
  • upper hexadecimal integer
  • float

TO DO

  • translate norm in english
  • create a norm's english version
  • norm application in list files
  • comment list files
  • complete my_printf functions