We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b29277 commit ceb27f4Copy full SHA for ceb27f4
src/hlp/hlp_info.c
@@ -95,7 +95,7 @@ hardware.\033[0m\n\n\
95
void print_ver_info(void)
96
{
97
print_banner();
98
- printf("spynix v4.1.0\n\nFor more info visit: \
+ printf("spynix v4.1.1\n\nFor more info visit: \
99
\033[36mhttps://github.com/git-user-cpp/spynix\033[0m\n");
100
}
101
src/main.c
@@ -8,6 +8,7 @@
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*/
10
11
+#include <stdio.h>
12
#include <string.h>
13
#include "sys/sys_info.h"
14
#include "ram/ram_info.h"
0 commit comments