Sha256: 3980660f6cb2324ec67675cf6833f2d63033bac8c068c74981ea523419aac84d
Contents?: true
Size: 422 Bytes
Versions: 10
Compression:
Stored size: 422 Bytes
Contents
#ifndef MARISA_H_ #define MARISA_H_ // "marisa/stdio.h" includes <cstdio> for I/O using std::FILE. #include "marisa/stdio.h" // "marisa/iostream.h" includes <iosfwd> for I/O using std::iostream. #include "marisa/iostream.h" // You can use <marisa/trie.h> instead of <marisa.h> if you don't need the // above I/O interfaces and don't want to include the above I/O headers. #include "marisa/trie.h" #endif // MARISA_H_
Version data entries
10 entries across 7 versions & 1 rubygems