File: hello.h

package info (click to toggle)
sabre 0.2.4b-26
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,108 kB
  • ctags: 7,208
  • sloc: cpp: 36,842; ansic: 8,272; sh: 2,619; makefile: 213
file content (41 lines) | stat: -rw-r--r-- 806 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// -*- mode: C; -*-
// jed does not understand .C

//
// Minefields:
// 
// This code is mine. You may use, modify or redistribute this code 
// in any APPROPRIATE manner you may choose. 
//  
// If you use, modify or redistribute this code, I am NOT responsible
// for ANY issue raised. 
// 
// ( If you modify or remove this note, this code is no longer mine. ) 
// 
// proff@iki.fi 
// 
//

// Sat Dec 20 10:23:30 EET 1997 (proff@alf.melmac)
// created file gdev/hello.h

#ifndef __hello_h
#define __hello_h

#include <stdio.h>
#include <stdlib.h>
//#include <stdarg.h>
//#include <string.h>
#include <unistd.h>
#include <time.h>
#include <getopt.h>

#include "gdev-svgalib.h"
#include "fontutils.h"

void usage( void );
void wait( void );
void test( void );
int loadfonts( void );

#endif // __hello_h