mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-18 14:28:31 +00:00
13 lines
153 B
C
13 lines
153 B
C
#pragma once
|
|
#include <errno.h>
|
|
#include <stdint.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void __cxa_pure_virtual(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|