# Automatically generated; do not edit. -- spicyc -P mylib programming/examples/mylibrary.spicy/spicyc -P mylib mylibrary.spicy/False # spicyc -P mylib mylibrary.spicy // Prototypes for module MyLibrary #ifndef HILTI_PROTOTYPES_MYLIBRARY_H #include #include extern const char* __hlt_mylib_hlto_scope; namespace MyLibrary { extern auto rot13(const std::string& s) -> std::string; } namespace __hlt_mylib::MyLibrary { extern void __register_module(); } #endif