mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-10-11 01:02:32 +02:00
14 lines
153 B
C
14 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
|