From d195f0a76a3ce64761958f7d33ccbdbac3844fec Mon Sep 17 00:00:00 2001 From: Anser Date: Wed, 12 Aug 2026 00:47:59 +0200 Subject: trying to workout how to get the maxline width --- include/cfetch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/cfetch.h') diff --git a/include/cfetch.h b/include/cfetch.h index d8a6f92..268fa22 100644 --- a/include/cfetch.h +++ b/include/cfetch.h @@ -34,6 +34,7 @@ void print_ascii_art(system_info_t *info, int art); void get_cpu(system_info_t *info); void get_memory(system_info_t *info); void get_os(system_info_t *info); +void get_line_length(ascii_art_t *ascii, const char **line); /* Util functions */ -- cgit v1.2.3