Skip to content

Repository files navigation

printf

This is a repository for ALX printf team project

Table of Contents

Description

This project aims to recreate the behavior of the standard C library's printf function, allowing for formatted output to the console. By building our own version of printf, we gain a deeper understanding of string manipulation, formatting, and handling variadic arguments.

Features

  • Support for formatting specifiers such as %d, %s, %c, %f, etc.
  • Handling of various flags and width/precision modifiers.
  • Custom handling of specific modifiers or behaviors.
  1. Clone this repository: git clone https://github.com/AbrahamAlgorithm/printf-project.git
  2. Navigate to the project directory: cd printf-project
  3. Compile the source code: gcc -o printf main.c printf.c
  4. Run the executable: ./printf

About

A repository for ALX printf project.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages