projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove vestiges of ByteArray and MutableByteArray, which are no more
[ghc-hetmet.git]
/
utils
/
hp2ps
/
AuxFile.h
1
#ifndef AUX_FILE_H
2
#define AUX_FILE_H
3
4
void PutAuxFile PROTO((FILE *));
5
void GetAuxFile PROTO((FILE *));
6
7
#endif /* AUX_FILE_H */