1 /* glkstart.c: Unix-specific startup code -- sample file.
2 Designed by Andrew Plotkin <erkyrath@eblong.com>
3 http://www.eblong.com/zarf/glk/index.html
5 This is Unix startup code for the simplest possible kind of Glk
6 program -- no command-line arguments; no startup files; no nothing.
8 Remember, this is a sample file. You should copy it into the Glk
9 program you are compiling, and modify it to your needs. This should
10 *not* be compiled into the Glk library itself.
16 glkunix_argumentlist_t glkunix_arguments[] = {
17 { NULL, glkunix_arg_End, NULL }
20 int glkunix_startup_code(glkunix_startup_t *data)