* NEWS: Update description of string changes. Mention print/s.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / ovlymgr.h
CommitLineData
c906108c
SS
1/*
2 * Sample runtime overlay manager.
3 */
4
5#ifdef NO_PROTOTYPES
6#define PARAMS(paramlist) ()
7#else
8#define PARAMS(paramlist) paramlist
9#endif
10
11typedef enum { FALSE, TRUE } bool;
12
13/* Entry Points: */
14
15bool OverlayLoad PARAMS((unsigned long ovlyno));
16bool OverlayUnload PARAMS((unsigned long ovlyno));
17
This page took 0.729284 seconds and 4 git commands to generate.