• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..22-Aug-2021-

res/H03-May-2022-

README.mdH A D22-Aug-2021266 96

README.md

1Building
2========
3Build and run from this directory. Example:
4
5    gcc ../test_deviceio/ma_test_deviceio.c -o bin/test_deviceio -ldl -lm -lpthread -Wall -Wextra -Wpedantic -std=c89
6    ./bin/test_deviceio
7
8Output files will be placed in the "res/output" folder.
9