From b48f40f863c80c9f8394cfd5e8c3716191611888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Tue, 18 Jun 2024 19:12:24 +0900 Subject: =?UTF-8?q?=E3=83=91=E3=83=83=E3=82=B1=E3=83=BC=E3=82=B8=E6=83=85?= =?UTF-8?q?=E5=A0=B1=E3=81=AE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index 69a62fe..6a13b72 100644 --- a/main.c +++ b/main.c @@ -12,6 +12,7 @@ #if defined(__OpenBSD__) #include "src/recording.h" #endif +#include "src/packages.h" #include "src/cpu.h" #include "src/memory.h" @@ -113,6 +114,12 @@ int main(int argc, char *argv[]) { lc++; #endif + printf("%s ", LOGO[lc]); + printf(COLOR"%s%s"RESET, "Packages", ": "); + display_packages(); + printf("\n"); + lc++; + printf("%s ", LOGO[lc]); printf(COLOR"%s%s"RESET, "CPU", ": "); display_cpu(); -- cgit v1.2.3