From 729746e50ebc8e4eb4c98f7556a241aec111e07d Mon Sep 17 00:00:00 2001 From: Anser Date: Tue, 11 Aug 2026 13:11:39 +0200 Subject: some more rework in readme.md and src file structure --- include/cfetch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/cfetch.h b/include/cfetch.h index 57c8781..d8a6f92 100644 --- a/include/cfetch.h +++ b/include/cfetch.h @@ -28,6 +28,7 @@ typedef struct distro_mapping_t const char *ascii_file; } distro_mapping_t; +/* System info functions */ void print_ascii_art(system_info_t *info, int art); void get_cpu(system_info_t *info); @@ -36,9 +37,8 @@ void get_os(system_info_t *info); /* Util functions */ + char *string_format(char *string); char *concat(const char *str1, const char *str2); - - #endif /* CFETCH_H */ -- cgit v1.2.3