Simplified RR, cleanup stream function params
This commit is contained in:
@@ -11,10 +11,7 @@ void app_main (void) {
|
||||
char commandbuf[COMMAND_MAX];
|
||||
commandbuf[0] = '\0';
|
||||
|
||||
mprintf ("HELLO!\n");
|
||||
|
||||
/* if (env_get (process_get_pgid (), "C", (void*)commandbuf, sizeof (commandbuf)) == ST_OK) { */
|
||||
/* } */
|
||||
|
||||
/* mprintf ("C=%s\n", commandbuf); */
|
||||
if (env_get (process_get_pgid (), "C", (void*)commandbuf, sizeof (commandbuf)) == ST_OK) {
|
||||
mprintf ("C=%s\n", commandbuf);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user