~ubuntu-branches/ubuntu/jaunty/gramofile/jaunty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Clear Screen + Header - Header

 * Copyright (C) 1998 J.A. Bezemer
 *
 * Licensed under the terms of the GNU General Public License.
 * ABSOLUTELY NO WARRANTY.
 * See the file `COPYING' in this directory.
 */

#ifndef HAVE_CLRSRC_H
#define HAVE_CLRSCR_H


#define PROGRAM_NAME "GramoFile 1.6"


void header (char *headertext);

void clearscreen (char *headertext);


#endif /* HAVE_CLRSCR_H */