解析壁纸配置

This commit is contained in:
2025-08-08 22:53:33 +08:00
parent d82081ca71
commit 16204bd638
7 changed files with 195 additions and 12 deletions

View File

@@ -1,8 +1,11 @@
#pragma once
#include <stdbool.h>
#include <stddef.h>
#define LENGTH(X) (sizeof(X) / sizeof(X)[0])
void die(const char *format, ...);
void *ecalloc(size_t number_of_member, size_t member_size);
bool file_exist(const char *path);