File: free.h

package info (click to toggle)
fig2dev 1%3A3.2.6a-2%2Bdeb9u3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,984 kB
  • sloc: ansic: 35,278; sh: 4,579; makefile: 179; perl: 13; csh: 12
file content (25 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * TransFig: Facility for Translating Fig code
 * Copyright (c) 1991 by Micah Beck
 * Parts Copyright (c) 1985-1988 by Supoj Sutanthavibul
 * Parts Copyright (c) 1989-2002 by Brian V. Smith
 *
 * Any party obtaining a copy of these files is granted, free of charge, a
 * full and unrestricted irrevocable, world-wide, paid up, royalty-free,
 * nonexclusive right and license to deal in this software and
 * documentation files (the "Software"), including without limitation the
 * rights to use, copy, modify, merge, publish and/or distribute copies of
 * the Software, and to permit persons who receive copies from any such
 * party to do so, with the only requirement being that this copyright
 * notice remain intact.
 *
 */

void free_arc(F_arc **list);
void free_compound(F_compound **list);
void free_ellipse(F_ellipse **list);
void free_line(F_line **list);
void free_text(F_text **list);
void free_spline(F_spline **list);
void free_splinestorage(F_spline *s);
void free_linestorage(F_line *l);