Select the types of activity you want to include in your feed.
1#ifndef TOBI_JS_H 2#define TOBI_JS_H 3 4#include "dg.h" 5#include "ir.h" 6#include "p.h" 7 8char *tobi_js_emit(const tobi_parse_result *res); 9 10#endif