Skip to content

aaronahmid/printf

Repository files navigation

Alx project 0x11. C - printf

Github All Contributors

This is tagged a group project with two members each - With the aim of creating our own C printf function from scratch modeling the the version in the stdio.h standard library.

Objectives

  • Create new verison of Prinf function from scratch.

Authorized functions and macros

write (man 2 write) malloc (man 3 malloc) free (man 3 free) va_start (man 3 va_start) va_end (man 3 va_end) va_copy (man 3 va_copy) va_arg (man 3 va_arg)

Compilation

gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c main files will include your main header file (holberton.h): #include holberton.h You might want to look at the gcc flag -Wno-format when testing with your _printf and the standard printf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published