spielwiese
Last change
on this file since 3edea1 was
3edea1,
checked in by Hans Schoenemann <hannes@…>, 3 years ago
|
cygwin port: shared lib libfactory
|
-
Property mode set to
100644
|
File size:
364 bytes
|
Line | |
---|
1 | /* emacs edit mode for this file is -*- C++ -*- */ |
---|
2 | |
---|
3 | #ifndef INCL_CF_UTIL_H |
---|
4 | #define INCL_CF_UTIL_H |
---|
5 | |
---|
6 | #include "globaldefs.h" |
---|
7 | |
---|
8 | int ilog2 (int a); |
---|
9 | |
---|
10 | /*BEGINPUBLIC*/ |
---|
11 | int igcd (int a, int b); |
---|
12 | int FACTORY_PUBLIC ipower ( int b, int n ); |
---|
13 | void factoryError_intern(const char *s); |
---|
14 | EXTERN_VAR void (*factoryError)(const char *s); |
---|
15 | /*ENDPUBLIC*/ |
---|
16 | |
---|
17 | |
---|
18 | #endif /* ! INCL_CF_UTIL_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.