#ifndef GHOSTTY_H #define GHOSTTY_H #ifdef __cplusplus extern "C" { #endif #include uint64_t ghostty_hello(void); #ifdef __cplusplus } #endif #endif /* GHOSTTY_H */