Last change
on this file was
2175,
checked in by westram, 21 years ago
|
upgrade to PHYLIP 3.6
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
658 bytes
|
Line | |
---|
1 | |
---|
2 | #ifndef LAMARC_MAC_INTERFACE |
---|
3 | #define LAMARC_MAC_INTERFACE |
---|
4 | |
---|
5 | /* version 3.6. (c) Copyright 1997-2000 by the University of Washington. |
---|
6 | * mac interfacing |
---|
7 | * this is only inlcuded and used for macs/powermacs |
---|
8 | * and needs to be used in conjunction with the customized LAMARC-library |
---|
9 | * which is a modification of the Metrowerks custom library v10. |
---|
10 | * This file defines a function to fix the outputfiles which was written by |
---|
11 | * Sean Lamont 1994. |
---|
12 | * |
---|
13 | * Peter Beerli 1997 |
---|
14 | * beerli@genetics.washington.edu |
---|
15 | */ |
---|
16 | |
---|
17 | #endif /*LAMARC_MAC_INTERFACE*/ |
---|
18 | |
---|
19 | #ifndef OLDC |
---|
20 | /* function prototypes */ |
---|
21 | void fixmacfile(char *); |
---|
22 | void eventloop(void); |
---|
23 | /* function prototypes */ |
---|
24 | #endif |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.