/usr/include/marisa.h is in libmarisa-dev 0.2.4-5build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #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_
|