Skip to content

Project 3: get_next_line - Third project for the formation of software engineers at school 42 São Paulo.

Notifications You must be signed in to change notification settings

Vinicius-Santoro/42-formation-lvl1-3.printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

42-formation-lvl1-3.printf

Project 3: Printf - Third project for the formation of software engineers at school 42 São Paulo

  • This project consists of recreating the printf function from the <stdio.h> library.

The project provide to manage the following conversions:

Specifier Description
%c Single character
%s String of characters
%p Pointer in hexadecimal
%d Signed decimal integer
%i Signed decimal integer
%u Unsigned decimal integer
%x Unsigned hexadecimal integer (lowercase)
%X Unsigned hexadecimal integer (uppercase)
%% Two followed "%" will write a "%"

Implementation files:

Functions made in this project:

  • ft_printf - it goes through the printf string and checks the formatting type.
  • ft_types.c - format type check and return.
  • libft.c - auxiliary functions for printf. (functions were done in the first project - Libft).

About

Project 3: get_next_line - Third project for the formation of software engineers at school 42 São Paulo.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published