Skip to content

MasterCodeMFE/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Construct a printf function with diverse format specifiers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published