mirror of
https://github.com/yuzu-emu/AppImageKit-checkrt.git
synced 2025-03-25 10:15:19 +00:00
9 lines
159 B
C
9 lines
159 B
C
#ifndef CHEKRT_H
|
|
#define CHECKRT_H
|
|
|
|
extern char *optional_ld_library_path;
|
|
extern char *optional_ld_preload;
|
|
extern void checkrt(char *usr_in_appdir);
|
|
|
|
#endif
|