OILS
/
_gen
/
frontend
/ help_meta.h
View on Github
|
oilshell.org
6 lines, 3 significant
1
2
#include
"mycpp/runtime.h"
3
4
namespace help_meta
{
5
Dict<BigStr*, BigStr*>* TopicMetadata();
6
}