From 9bfaf4dd363429757754d9934ca38fad4ef7dc0a Mon Sep 17 00:00:00 2001 From: Anser Date: Thu, 13 Aug 2026 15:28:47 +0200 Subject: changed get_os to get_kernel, it now uses the system_info_t struct to store and display the kernel information. Same with get_cpu. --- src/ascii.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ascii.c') diff --git a/src/ascii.c b/src/ascii.c index 2fee648..f1acce7 100644 --- a/src/ascii.c +++ b/src/ascii.c @@ -66,6 +66,7 @@ void print_ascii_art(system_info_t *info, int art) // get_max_ascii_length // und dann get_line_length? // alles im struct speicher? +/* void get_line_length(ascii_art_t *ascii, const char **line) { size_t length = 0; @@ -84,4 +85,4 @@ void get_line_length(ascii_art_t *ascii, const char **line) } } } - +*/ -- cgit v1.2.3