import gdb-1999-08-16 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.hp / gdb.base-hp / dollar.c
1 #ifdef PROTOTYPES
2 int main (int argc, char **argv)
3 #else
4 main (argc, argv, envp)
5 int argc;
6 char **argv;
7 #endif
8 {
9 return 0;
10 }
This page took 0.042007 seconds and 4 git commands to generate.