modify interactive mode license
This commit is contained in:
@@ -230,9 +230,9 @@ int shell() {
|
|||||||
|
|
||||||
signal(SIGINT, handle_sigint);
|
signal(SIGINT, handle_sigint);
|
||||||
|
|
||||||
printf("Chloride %s Copyright (C) 2025 William Bell
|
printf("Chloride %s Copyright (C) 2025 William Bell\n"
|
||||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `license'.
|
"This program comes with ABSOLUTELY NO WARRANTY; for details type `license'.\n"
|
||||||
This is free software, and you are welcome to redistribute it under certain conditions; type `license' for details.")
|
"This is free software, and you are welcome to redistribute it under certain conditions; type `license' for details.\n", version_string);
|
||||||
|
|
||||||
ArgonObject *output_object = create_argon_native_function("log", term_log);
|
ArgonObject *output_object = create_argon_native_function("log", term_log);
|
||||||
char *totranslate = NULL;
|
char *totranslate = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user