clear i_flags when allocating new inodes
[unix-history] / usr / src / lib / libplot / imagen / imp.h
CommitLineData
274f5cf3
SL
1/*
2 * Copyright (c) 1985 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
5 *
82d16e90 6 * @(#)imp.h 5.2 (Berkeley) %G%
274f5cf3
SL
7 */
8
9#include <stdio.h>
10extern float obotx;
11extern float boty;
12extern float botx;
13extern float oboty;
14extern float scalex;
15extern float scaley;
16int imPx, imPy;
82d16e90
SL
17extern int imPcsize;
18extern char *imP_charset;