OILS / _gen / frontend / help_meta.h View on Github | oilshell.org

6 lines, 3 significant
1
2#include "mycpp/runtime.h"
3
4namespace help_meta {
5Dict<BigStr*, BigStr*>* TopicMetadata();
6}