Skip to content

Wrote C's built-in printf function as ft_printf.

Notifications You must be signed in to change notification settings

zubeydeyasa/Printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECOLE 42

42 Istanbul Printf

42logo

gif


Bu proje, printf() C işlevinin davranışını kopyalamayı içerir. Orijinal işlevin arabellek yönetimini uygulamak gerekli değildir. Aşağıdaki parametreleri işlemelidir:

  • char tipi değişkenler.
  • string tipi değişkenler.
  • int tipi değişkenler.
  • unsigned int tipi değişkenler.
  • hexadecimal int tipi değişkenler. (uppercase and lowercase).
  • pointer tipi değişkenler.

About

Wrote C's built-in printf function as ft_printf.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published