Alphacharge / printf

42 printf Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

42 printf Project

This project contains a reimplemented version of the C lib "printf" limited to the format specifiers %%, %c, %s, %i, %d, %u, %x, %X and %p.

This repo contains the project as required by the subject.

About

42 printf Project

License:GNU General Public License v3.0


Languages

Language:C 90.2%Language:Makefile 9.8%