File: extern.h

package info (click to toggle)
plotutils 2.6-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,040 kB
  • sloc: ansic: 68,670; sh: 20,086; cpp: 12,382; yacc: 2,588; makefile: 838; lex: 137
file content (59 lines) | stat: -rw-r--r-- 2,701 bytes parent folder | download | duplicates (9)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/* This file is part of the GNU libxmi package.  Copyright (C) 1998, 1999,
   2000, 2005, Free Software Foundation, Inc.

   The GNU libxmi package is free software.  You may redistribute it
   and/or modify it under the terms of the GNU General Public License as
   published by the Free Software foundation; either version 2, or (at your
   option) any later version.

   The GNU libxmi package is distributed in the hope that it will be
   useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   General Public License for more details.

   You should have received a copy of the GNU General Public License along
   with the GNU plotutils package; see the file COPYING.  If not, write to
   the Free Software Foundation, Inc., 51 Franklin St., Fifth Floor,
   Boston, MA 02110-1301, USA. */

/* If libxmi is compiled standalone, this header file is #included.  It
   renames the global symbols by prepending each name with an underscore,
   to avoid polluting the user-level namespace. */

/* Note: if libxmi is compiled as part of libplot/libplotter, the extern.h
   that is #included is a different file.  That file renames each global
   symbol by prepending two underscores, rather than a single underscore.
   That alteration will permit an application to link with both
   libplot/libplotter and libxmi, if desired. */

#define mi_xmalloc _mi_xmalloc
#define mi_xcalloc _mi_xcalloc
#define mi_xrealloc _mi_xrealloc
#define miAddSpansToPaintedSet _miAddSpansToPaintedSet
#define miDrawArcs_r_internal _miDrawArcs_r_internal
#define miDrawArcs_internal _miDrawArcs_internal
#define miDrawLines_internal _miDrawLines_internal
#define miDrawRectangles_internal _miDrawRectangles_internal
#define miPolyArc_r _miPolyArc_r
#define miPolyArc _miPolyArc
#define miFillArcs_internal _miFillArcs_internal
#define miFillRectangles_internal _miFillRectangles_internal
#define miFillSppPoly _miFillSppPoly
#define miFillPolygon_internal _miFillPolygon_internal
#define miFillConvexPoly _miFillConvexPoly
#define miFillGeneralPoly _miFillGeneralPoly
#define miDrawPoints_internal _miDrawPoints_internal
#define miCreateETandAET _miCreateETandAET
#define miloadAET _miloadAET
#define micomputeWAET _micomputeWAET
#define miInsertionSort _miInsertionSort
#define miFreeStorage _miFreeStorage
#define miQuickSortSpansY _miQuickSortSpansY
#define miUniquifyPaintedSet _miUniquifyPaintedSet
#define miWideDash _miWideDash
#define miStepDash _miStepDash
#define miWideLine _miWideLine
#define miZeroPolyArc_r _miZeroPolyArc_r
#define miZeroPolyArc _miZeroPolyArc
#define miZeroLine _miZeroLine
#define miZeroDash _miZeroDash