diff --git a/tests/addrpeek.c b/tests/addrpeek.c new file mode 100644 index 0000000..d68545a --- /dev/null +++ b/tests/addrpeek.c @@ -0,0 +1,112 @@ +/*
We have been bad at this, but a single line at the top to describe the
intent of the file would be grand
+int
+main (int argc, char *argv[], char *envp[])
^^^^^^^^^^^^
Not portable, C only guarantees either void or "int, char **" (or
similar) as prototype.
