21 lines
523 B
Plaintext
21 lines
523 B
Plaintext
# Automatically generated; do not edit. -- <HASH> 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 <hilti/rt/libhilti.h>
|
|
#include <spicy/rt/libspicy.h>
|
|
|
|
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
|