// Start of context_prototypes.h // // Prototypes for the functions in prototypes.h that need to be // available very early. struct futhark_context_config; struct futhark_context; static void set_error(struct futhark_context* ctx, char *error); // End of of context_prototypes.h