divifetch/modules/packages_apk/module.h
2026-06-24 23:41:53 +03:00

7 lines
194 B
C

#ifndef MODULE_PACKAGES_APK_H
#define MODULE_PACKAGES_APK_H
#include <dirent.h>
#include <string.h>
#include <stdio.h>
const char *packages_apk_module_preset(char *buf, size_t buf_size);
#endif