Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 239 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 239 Bytes

Temporal

Compile with : gcc -o test_env test_env.c DL_Lib.c NV_Lib.c JK_Lib.c -I.

Run with : ./test_env

Add functions to your Lib and the decleration of them to the library.h file.

git add .

git commit -m "new functions"

git push