mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
6 lines
167 B
C
6 lines
167 B
C
#pragma once
|
|
|
|
#include "fastfetch.h"
|
|
|
|
const char* ffElfExtractStrings(const char* elfFile, bool (*cb)(const char* str, uint32_t len, void* userdata), void* userdata);
|