Files
2026-04-23 22:01:27 +02:00

19 lines
198 B
C

#ifndef _SCE_PSM_KIT_SYSTEM_H_
#define _SCE_PSM_KIT_SYSTEM_H_
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
// Empty Comment
void _Z5dummyv();
#ifdef __cplusplus
}
#endif
#endif