diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2023-02-10 22:04:36 +0100 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2023-02-10 22:04:36 +0100 |
commit | c5d4278bb25f7fd3f405cb2941f73cdc073e5d7e (patch) | |
tree | 03572cbdbd9b260dc5066a670a6ee7d4c4169085 | |
parent | important documents (diff) | |
download | soča-c5d4278bb25f7fd3f405cb2941f73cdc073e5d7e.tar soča-c5d4278bb25f7fd3f405cb2941f73cdc073e5d7e.tar.gz soča-c5d4278bb25f7fd3f405cb2941f73cdc073e5d7e.tar.bz2 soča-c5d4278bb25f7fd3f405cb2941f73cdc073e5d7e.tar.lz soča-c5d4278bb25f7fd3f405cb2941f73cdc073e5d7e.tar.xz soča-c5d4278bb25f7fd3f405cb2941f73cdc073e5d7e.tar.zst soča-c5d4278bb25f7fd3f405cb2941f73cdc073e5d7e.zip |
-rwxr-xr-x | naprave | bin | 24720 -> 0 bytes | |||
-rw-r--r-- | zvok.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/naprave b/naprave Binary files differdeleted file mode 100755 index ac217bd..0000000 --- a/naprave +++ /dev/null @@ -5,7 +5,7 @@ #include <error.h> #include <unistd.h> #include <soundio/soundio.h> -#include <fcntl.h>> +#include <fcntl.h> #define ABS(x) ((x) < 0 ? -(x) : (x)) #define NUM "4" struct record_context { |