source: git/factory/cf_util.h @ 96ce32

spielwiese
Last change on this file since 96ce32 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
8int ilog2 (int a);
9
10/*BEGINPUBLIC*/
11int igcd (int a, int b);
12int FACTORY_PUBLIC ipower ( int b, int n );
13void factoryError_intern(const char *s);
14EXTERN_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.