diff options
| author | Anser <rostgans@tutamail.com> | 2026-08-11 13:11:39 +0200 |
|---|---|---|
| committer | Anser <rostgans@tutamail.com> | 2026-08-11 20:04:21 +0200 |
| commit | 729746e50ebc8e4eb4c98f7556a241aec111e07d (patch) | |
| tree | e33e627474fdba4c625bb72f9848b1f067303aff /include/cfetch.h | |
| parent | eb6f986361713d6ce47c6d4572bb24d9f6207ddf (diff) | |
some more rework in readme.md and src file structure
Diffstat (limited to 'include/cfetch.h')
| -rw-r--r-- | include/cfetch.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |
