CloverBootloader/rEFIt_UEFI/PlatformEFI/cpp_util/operatorNewDelete.h

18 lines
300 B
C
Raw Normal View History

#ifdef __cplusplus
extern "C" {
#endif
2020-11-02 14:45:11 +01:00
///*
// * Generated by c++ compiler, but needs to be called manually from main.
// */
//void __cxx_global_var_init();
//
///*
// * Needs to be called manually before exiting Clover.efi module.
// */
//void __cxa_finalize(void *f);
#ifdef __cplusplus
}
#endif