mirror of
https://github.com/Hizenberg469/C1-Linux_SYS_Prog-AS-.git
synced 2026-04-20 02:42:23 +03:00
Linux Posix Timer
This commit is contained in:
3
linux_posix_timer/compile.sh
Normal file
3
linux_posix_timer/compile.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
gcc -c timerexample.c -o timerexample.o
|
||||
gcc timerexample.o -o timerexample.exe -lrt
|
||||
rm *.o
|
||||
Reference in New Issue
Block a user