Skip to content

pie972/printf

Repository files navigation

Low-level programming & Algorithm - Hatching out

C - printf

Concepts


Group Projects
Pair Programming - How To
Flowcharts
Technical Writing


Resources


Read or watch:


man or help:



Learning Objectives


General



Requirements


General

  • Allowed editors: vi, vim, emacs
  • All your files will be compiled on Ubuntu 20.04 LTS using gcc, using the options -Wall -Werror -Wextra -pedantic -std=gnu89
  • All your files should end with a new line
  • Your code should use the Betty style. It will be checked using betty-style.pl and betty-doc.pl
  • You are not allowed to use global variables
  • No more than 5 functions per file
  • The only C standard library functions allowed are malloc and free. Any use of functions like printf, puts, calloc, realloc etc… is forbidden
  • You are allowed to use _putchar
  • The prototypes of all your functions and the prototype of the function _putchar should be included in your header file called main.h

More Info

You do not have to learn about calloc and realloc.

Tasks


0.

Repo:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published