mirror of
https://github.com/zeldaret/ph
synced 2026-07-06 13:11:10 -04:00
Move ov000 documentation from Ghidra
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
namespace __cxxabiv1 {
|
||||
extern "C" {
|
||||
typedef void (*__cxa_cdtor_type)(void *);
|
||||
|
||||
void __cxa_vec_cleanup(void *array, size_t count, size_t elementSize, __cxa_cdtor_type dtor);
|
||||
}
|
||||
} // namespace __cxxabiv1
|
||||
Reference in New Issue
Block a user