/*
  choices.h
  ---------
  7/2/24
*/

#ifndef choices_h
#define choices_h

int choices_read(syn_t *s, opt_t *o, const char *filename);
int choices_write(syn_t *s, opt_t *o, const char *filename);

#endif
