Skip to content

This project is for implementing our own printf function in C. It is made as a part of ALX SE program.

Notifications You must be signed in to change notification settings

AhmedHamed3699/printf

Repository files navigation

printf

This project is for implementing our own printf function in C.
It is made as a part of ALX SE program.

Team

How To Use It

  • Create your main function to test

  • Everything is compiled this way:

    gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o printf
  • Run by using:

    ./printf

About

This project is for implementing our own printf function in C. It is made as a part of ALX SE program.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages