refactor #1 + adding documentation
Validate source documentation / generated-wiki (pull_request) Failing after 10s

This commit is contained in:
2026-07-19 20:25:12 +00:00
parent db81260d7f
commit b37e0d6bce
31 changed files with 4068 additions and 2598 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
#include <stdbool.h>
/* ── Memoria ─────────────────────────────────────────────────────── */
/* ── Memory ─────────────────────────────────────────────────────── */
typedef struct {
long total_kb;
long free_kb;
@@ -33,7 +33,7 @@ int sysinfo_mem(mem_stats_t *out);
* With a 10s interval this gives a good average of usage. */
int sysinfo_cpu_percent(void);
/* ── Interfaz de red ─────────────────────────────────────────────── */
/* ── Network interface ─────────────────────────────────────────────── */
typedef struct {
char name[32];
char mac[32];