mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-11 22:08:14 +00:00
15 lines
404 B
C
15 lines
404 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 CURVES_H
|
|
#define CURVES_H
|
|
|
|
void Curves PROTO((void));
|
|
void CurvesInit PROTO((void));
|
|
|
|
floatish xpage PROTO((floatish));
|
|
floatish ypage PROTO((floatish));
|
|
|
|
#endif /* CURVES_H */
|