diff options
| author | Anser <rostgans@tutamail.com> | 2026-08-13 15:28:47 +0200 |
|---|---|---|
| committer | Anser <rostgans@tutamail.com> | 2026-08-14 10:44:28 +0200 |
| commit | 9bfaf4dd363429757754d9934ca38fad4ef7dc0a (patch) | |
| tree | c13a7148dfd96178481744368dd0d29a6bdc033d /src/ascii.c | |
| parent | d195f0a76a3ce64761958f7d33ccbdbac3844fec (diff) | |
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.
Diffstat (limited to 'src/ascii.c')
| -rw-r--r-- | src/ascii.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) } } } - +*/ |
