Skip to content

Instantly share code, notes, and snippets.

@raek
Created February 7, 2017 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raek/2e3aa241a159244964133914afcf8220 to your computer and use it in GitHub Desktop.
Save raek/2e3aa241a159244964133914afcf8220 to your computer and use it in GitHub Desktop.
struct input_t;
bool input_accept(struct input_t *input, reg_t *value);
void input_decline(struct input_t *input);
struct output_t;
bool output_offer(struct output_t *output, reg_t value);
void output_abstain(struct output_t *output);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment