mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
11 lines
292 B
C
11 lines
292 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 KEY_H
|
|
#define KEY_H
|
|
|
|
void Key PROTO((void));
|
|
|
|
#endif /* KEY_H */
|