diff options
| author | Anser <rostgans@tutamail.com> | 2026-08-12 00:47:59 +0200 |
|---|---|---|
| committer | Anser <rostgans@tutamail.com> | 2026-08-12 00:47:59 +0200 |
| commit | d195f0a76a3ce64761958f7d33ccbdbac3844fec (patch) | |
| tree | 5dd884d5a4ba600704288e316867ea94dcceb59c /include/cfetch.h | |
| parent | dc31d5c3d4d329ddae97d93b41869c96b5f97b2f (diff) | |
trying to workout how to get the maxline width
Diffstat (limited to 'include/cfetch.h')
| -rw-r--r-- | include/cfetch.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |
