I'm trying to teach me to write my own shell using libshell but hit two questions: 1. How can I create an enum variable of type _Bool (i.e. the builtin "bool" type) from C code using the nv* functions and without resorting to using b_eval()? 2. How can I test whether a variable opened with nv_open is of type _Bool?
Simon _______________________________________________ ast-developers mailing list [email protected] http://lists.research.att.com/mailman/listinfo/ast-developers
