diff options
author | awy <awy@awy.one> | 2025-08-24 00:42:45 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-24 00:42:45 +0300 |
commit | f88c78591b4211f80dc1ec5c5a5f620f383e21b8 (patch) | |
tree | 0ecbac4a0888d2c81b394d3087cb87e134c341e8 | |
parent | ef53daaccbddc59e1ed923efbfd0e8d6a87c876a (diff) |
stmemory
-rw-r--r-- | src/stmemory.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stmemory.c b/src/stmemory.c index baf2c4b..3553563 100644 --- a/src/stmemory.c +++ b/src/stmemory.c @@ -18,7 +18,8 @@ // TODO: Memory hogs on left click using signals -int main(void) +int +main(void) { FILE *meminfo; char buff[100]; |