Poulpy / os

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO

  • Makefile
  • Documentation
  • Unit testing
  • Change char to unsigned char
  • Error handling

Compile and execute main

make
./main test/mat.txt test/mat2.txt

gcc -Wall -Wextra -ansi -pedantic test/process.c gcc -Wall -Wextra -ansi -pedantic test/saymyname.c -o saymyname gcc -Wall -Wextra -ansi -pedantic -pthread test/thread.c

About

License:MIT License


Languages

Language:C 100.0%