[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] runtime options
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] runtime options |
Date: |
Sat, 5 Jan 2008 19:44:30 +0100 |
On Jan 2, 2008 9:42 PM, Todd Ingalls <address@hidden> 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