Skip to content

This project aimed to reinforce understanding of C programming concepts while fostering teamwork and communication skills.

Notifications You must be signed in to change notification settings

besthor/1st_attempt_printf

Repository files navigation

Team project for ALX SoftWare Engineering program

This is our first collaborative project on the program called printf.

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

This project aimed to reinforce understanding of C programming concepts while fostering teamwork and communication skills.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages