1 |
dashley |
172 |
// $Header$ |
2 |
|
|
// |
3 |
|
|
//******************************************************************************** |
4 |
|
|
//Copyright (C) 2003 David T. Ashley |
5 |
|
|
//******************************************************************************** |
6 |
|
|
//This program or source file is free software; you can redistribute it and/or |
7 |
|
|
//modify it under the terms of the GNU General Public License as published by |
8 |
|
|
//the Free Software Foundation; either version 2 of the License, or (at your |
9 |
|
|
//option) any later version. |
10 |
|
|
// |
11 |
|
|
//This program or source file is distributed in the hope that it will |
12 |
|
|
//be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 |
|
|
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 |
|
|
//GNU General Public License for more details. |
15 |
|
|
// |
16 |
|
|
//You may have received a copy of the GNU General Public License |
17 |
|
|
//along with this program; if not, write to the Free Software |
18 |
|
|
//Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 |
|
|
//******************************************************************************** |
20 |
|
|
// |
21 |
|
|
#ifndef SUBFUNC_PFACT_18_H_INCLUDED |
22 |
|
|
#define SUBFUNC_PFACT_18_H_INCLUDED |
23 |
|
|
|
24 |
|
|
#ifdef MODULE_SUBFUNC_PFACT_18 |
25 |
|
|
#define DECMOD_SUBFUNC_PFACT_18 |
26 |
|
|
#else |
27 |
|
|
#define DECMOD_SUBFUNC_PFACT_18 extern |
28 |
|
|
#endif |
29 |
|
|
|
30 |
|
|
DECMOD_SUBFUNC_PFACT_18 int SUBFUNC_PFACT_18_main(int argc, char *argv[]); |
31 |
|
|
|
32 |
|
|
#endif /* SUBFUNC_PFACT_18_H_INCLUDED */ |
33 |
|
|
|
34 |
|
|
//******************************************************************************** |
35 |
|
|
// $Log: subfunc_pfact_18.h,v $ |
36 |
|
|
// Revision 1.2 2003/04/17 20:02:05 dtashley |
37 |
|
|
// License text for the GPL added. All source files are now under the GPL, |
38 |
|
|
// after some discussion on the GMP list. |
39 |
|
|
// |
40 |
|
|
// Revision 1.1 2003/04/15 23:54:58 dtashley |
41 |
|
|
// Initial checkin. |
42 |
|
|
//******************************************************************************** |
43 |
|
|
// End of SUBFUNC_PFACT_18.H. |
44 |
|
|
//******************************************************************************** |