~ubuntu-branches/ubuntu/intrepid/electric/intrepid

« back to all changes in this revision

Viewing changes to src/include/tecmocmosold.h

  • Committer: Bazaar Package Importer
  • Author(s): Chris Ruffin
  • Date: 2002-03-23 11:02:56 UTC
  • Revision ID: james.westby@ubuntu.com-20020323110256-96yl5h49wo32vkgx
Tags: upstream-6.05
ImportĀ upstreamĀ versionĀ 6.05

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Electric(tm) VLSI Design System
 
3
 *
 
4
 * File: tecmocmosold.h
 
5
 * Old MOSIS CMOS technology header
 
6
 * Written by: Steven M. Rubin, Static Free Software
 
7
 *
 
8
 * Copyright (c) 2000 Static Free Software.
 
9
 *
 
10
 * Electric(tm) is free software; you can redistribute it and/or modify
 
11
 * it under the terms of the GNU General Public License as published by
 
12
 * the Free Software Foundation; either version 2 of the License, or
 
13
 * (at your option) any later version.
 
14
 *
 
15
 * Electric(tm) is distributed in the hope that it will be useful,
 
16
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
17
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
18
 * GNU General Public License for more details.
 
19
 *
 
20
 * You should have received a copy of the GNU General Public License
 
21
 * along with Electric(tm); see the file COPYING.  If not, write to
 
22
 * the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 
23
 * Boston, Mass 02111-1307, USA.
 
24
 *
 
25
 * Static Free Software
 
26
 * 4119 Alpine Road
 
27
 * Portola Valley, California 94028
 
28
 * info@staticfreesoft.com
 
29
 */
 
30
 
 
31
#if defined(__cplusplus) && !defined(ALLCPLUSPLUS)
 
32
extern "C"
 
33
{
 
34
#endif
 
35
 
 
36
/* prototypes for local routines */
 
37
BOOLEAN mocmosold_initprocess(TECHNOLOGY*, INTBIG);
 
38
INTBIG mocmosold_arcpolys(ARCINST*, WINDOWPART*);
 
39
void mocmosold_setmode(INTBIG, char*[]);
 
40
void mocmosold_shapearcpoly(ARCINST*, INTBIG, POLYGON*);
 
41
 
 
42
#if defined(__cplusplus) && !defined(ALLCPLUSPLUS)
 
43
}
 
44
#endif