* as/link/lklib.c, as/link/lksdcclib.c, as/link/lklibr.h,
[fw/sdcc] / as / link / lkrel.h
1 /* lkrel.h */
2
3 /*
4  * (C) Copyright 1989-1995
5  * All Rights Reserved
6  *
7  * Alan R. Baldwin
8  * 721 Berkeley St.
9  * Kent, Ohio  44240
10  *
11  * With contributions for the
12  * object libraries from
13  * Ken Hornstein
14  * kenh@cmf.nrl.navy.mil
15  *
16  */
17
18 #ifndef __LKREL_H
19 #define __LKREL_H
20
21 #include <stdio.h>
22
23 #ifdef __cplusplus
24 extern "C"
25 {
26 #endif
27
28   int is_rel (FILE * libfp);
29   int load_rel (FILE * libfp, long size);
30   int enum_symbols (FILE * fp, long size, int (*func) (const char *symvoid, void *param), void *param);
31
32
33 #ifdef __cplusplus
34 }
35 #endif
36
37 #endif                          /* __LKREL_H */