misc.h 220 B

12345678910111213
  1. /*
  2. * Copyright (c) 2020, the SerenityOS developers.
  3. *
  4. * SPDX-License-Identifier: BSD-2-Clause
  5. */
  6. #pragma once
  7. extern "C" {
  8. const char* __cxa_demangle(const char*, void*, void*, int*);
  9. extern void* __dso_handle;
  10. }