// dummy values for things the rts expects the compiled program to provide.

#include "jhc_rts_header.h"

char jhc_c_compile[] = "(compile)";
char jhc_command[] = "(command)";
char jhc_version[] = "(version)";

void jhc_hs_init(void) {}
const void * const nh_stuff[] = { NULL };
