parrotcode: A sample test program | |
Contents | C |
src/test_main.c - A sample test program
examples/c/test_main.c
is being retained as an example of a non-trivial,
but still clean,
Parrot embedding.
int main(int argc, char *argv[])
char *parseflags(Parrot_Interp interp, int *argc, char **argv[])
static void usage(void)
static void version(void)
imcc/main.c.
This file used to be the parrot
executable,
but imcc/main.c performs that role.
|