Simplified RR, cleanup stream function params

This commit is contained in:
2026-03-18 23:18:06 +01:00
parent 4c26fcfc11
commit 0f320c8f07
6 changed files with 29 additions and 45 deletions

View File

@@ -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);
}
}