On Jan 2, 2008 9:42 PM, Todd Ingalls <[EMAIL PROTECTED]> wrote: > hi -
> In an app with embedded Chicken, I would like the instance of chicken > to work as if it had been passed the -:c (Forces console mode) > runtime option. I was thinking i could pass this to > CHICKEN_parse_command_line, but that only seems to be geared towards > returning heap-, stack- and symbol-table sizes . I there some > declaration or other way to get this behavior in an embedded chicken > ( say, so that i could connect to it using telnet as in the remote- > repl example?) CHICKEN_parse_command_line sets the relevant flags, so it should work fine to pass the required flags via argc/argv. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
