mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-07 04:38:00 +00:00
12 lines
349 B
C
12 lines
349 B
C
/* This file is part of hp2ps, a graph drawer for memory profiles.
|
|
Copyright (C) 2002 The University Court of the University of Glasgow.
|
|
This program is governed by the license contained in the file LICENSE. */
|
|
|
|
#ifndef AUX_FILE_H
|
|
#define AUX_FILE_H
|
|
|
|
void PutAuxFile PROTO((FILE *));
|
|
void GetAuxFile PROTO((FILE *));
|
|
|
|
#endif /* AUX_FILE_H */
|