Simon Toedt
2013-03-22 03:14:16 UTC
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
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