PHANTOM
🇮🇳 IN
Skip to content

custom printf function part of school project

Notifications You must be signed in to change notification settings

alaedine07/printf

 
 

Repository files navigation

Printf function

About this Project

This is a group project for holberton school.
The purpose is to write our own printf function using C language.
In addition, designing our custom formatting specification for any occasion.

Purpose

The purpose of this project is to Combine the knowledge we gained through doing various C exercices in a single tool

Usage:

In order to use our printf function follow the next steps:

  1. Clone the repository

  1. Create your own main.c file or use our's where you make the call for _printf: main.c
  2. compile with this command:
$gcc -Wall -Werror -Wextra -pedantic *.c

Function Design


Todo list:

  1. Handle the following flag characters (+, #, space)

  2. Handle length modifier l, h

  3. fix the format %b bug

Authors

Boufaden Ala
Kaabi Ahlem

About

custom printf function part of school project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%