Skip to content

jcherrerosl/ft_printf

Repository files navigation

Proyecto: ft_printf

ft_printf Grade

Español

El proyecto ft_printf tiene como objetivo recrear la función original printf de la biblioteca estándar de C, permitiendo formatear e imprimir datos de varios tipos en la salida estándar.

Funcionalidades implementadas

  • Manejo de los tipos: %c, %s, %p, %d, %i, %u, %x, %X, y %%.
  • Soporte para impresión de punteros y números hexadecimales en minúsculas y mayúsculas.

English

The ft_printf project aims to recreate the original printf function from the C standard library, enabling formatting and printing of various data types to the standard output.

Implemented functionalities

  • Handling of types: %c, %s, %p, %d, %i, %u, %x, %X, and %%.
  • Support for printing pointers and hexadecimal numbers in both lowercase and uppercase.

Autor / Author

Juan Carlos Herreros

About

My own implementation of printf function in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published