/ft_printf

Construct a printf function with diverse format specifiers.

Primary LanguageC

README

šŸŒ Language Selector / Selector de Idioma

English | EspaƱol


English

ft_print - 42 School Project

This project aims to implement a printing function in C, following the norms and standards established by School 42.

Description

The ft_print function must meet the following specific requirements:

  • Print text to the console.
  • Manage the following format specifiers: %c, %s, %p, %d, %i, %u, %x, and %X.
  • Handle the 0 and - flags.
  • Control field width and precision during printing.

EspaƱol

ft_print - Proyecto de la Escuela 42

Este proyecto tiene como objetivo la implementaciĆ³n de una funciĆ³n de impresiĆ³n en C, siguiendo las normas y estĆ”ndares establecidos por la Escuela 42.

DescripciĆ³n

La funciĆ³n ft_print debe cumplir con los siguientes requisitos especĆ­ficos:

  • Imprimir texto en la consola.
  • Gestionar los siguientes especificadores de formato: %c, %s, %p, %d, %i, %u, %x y %X.
  • Manejar las banderas 0 y -.
  • Controlar el ancho de campo y la precisiĆ³n durante la impresiĆ³n.