blob: 84cd5b76dca108c19e5b0e70240a5ad0b2d231eb [file] [log] [blame] [edit]
#ifndef SRC_EMBEDDED_DATA_H_
#define SRC_EMBEDDED_DATA_H_
#include <cinttypes>
#include <string>
// This file must not depend on node.h or other code that depends on
// the full Node.js implementation because it is used during the
// compilation of the Node.js implementation itself (especially js2c).
namespace node {
const std::string& GetOctalCode(uint8_t index);
} // namespace node
#endif // SRC_EMBEDDED_DATA_H_