Skip to content

Theocode12/printf

Repository files navigation

_PRINTF()

This is a group project done in completion of the 0x11. C - printf task from ALX Africa

Contents of Repository

Table of Contents for README

General Information

This is a replica of the printf() function in C, it is a project done in completion of the 0x11. C - printf task from ALX Africa.
It utilizes various aspect of C, like pointers, arrays, memory allocation, variadic, etc...

Technologies Used

  • Language - C
  • Text Editor - Vim, Shell

Features

Check DESCRIPTiON section of the man-page, see Setup for how to use man-page

Setup

  • Clone repository with:
git clone https://github.com/Theocode12/printf
  • cd into repo:
$ cd ./path/printf
  • Compile code with:
$ gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c
  • Check man page with
$ man ./man_3_printf.man/

Usage

Check DESCRIPTION section of the man-page, see Setup for how to use man-page

Contribution

See contribution guide

Acknowledgements

The man-page of the original printf() function was referenced

Contact

Created by Valentine Maduagwu and Nwankwo Stephen - feel free to contact us!

License

This project is open source and available under the MIT License.

Test_1

About

A project on printf.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published