Skip to content

Files

Latest commit

 

History

History
This branch is 112 commits behind emilybache/Parrot-Refactoring-Kata:main.

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Parrot Refactoring Kata C99 version

This is a C99 port of the Parrot Refactoring Kata.

The project uses cmocka.

To compile and run the test:

gcc -g -Wall -Wextra -pedantic -std=c99 Parrot.c ParrotTest.c -l cmocka -o ParrotTest
./ParrotTest