* gdb.base/help.exp: Replace most of docstring for "define" with ".*".
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / list1.c
CommitLineData
ef44eed1
SS
1void
2bar (x)
3int x;
4{
5 printf ("%d\n", x);
6}
7
8static void
9unused ()
10{
11 /* Not used for anything */
12}
This page took 0.048215 seconds and 4 git commands to generate.