mirror of
https://github.com/eddyem/snippets_library.git
synced 2026-03-21 09:11:06 +03:00
fixed bug with termio/termios
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
#include <usefull_macros.h>
|
||||
#include <stdio.h>
|
||||
|
||||
/*
|
||||
* Example of FIFO/LIFO usage
|
||||
*/
|
||||
|
||||
int main(int argc, char *argv[argc]) {
|
||||
List *f = NULL;
|
||||
printf("Available memory: %luMB\n", get_available_mem()/1024/1024);
|
||||
|
||||
Reference in New Issue
Block a user