Ay1759 / printf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team project for ALX_SE This is our first collaborative project on ALX called printf. More Info

Authorized functions and macros used for this project 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 Our codes were compiled this way: $ gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c

About


Languages

Language:C 100.0%