Initial revision
[platform/upstream/binutils.git] / gas / output-file.h
1
2
3 #ifdef __STDC__
4
5 void output_file_append(char *where, long length, char *filename);
6 void output_file_close(char *filename);
7 void output_file_create(char *name);
8
9 #else /* __STDC__ */
10
11 void output_file_append();
12 void output_file_close();
13 void output_file_create();
14
15 #endif /* __STDC__ */
16
17
18 /* end of output-file.h */