source: git/factory/cf_util.h @ 8d1432e

spielwiese
Last change on this file since 8d1432e was b52d27, checked in by Martin Lee <martinlee84@…>, 10 years ago
chg: more docu changes
  • Property mode set to 100644
File size: 344 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 "config.h"
7
8int ilog2 (int a);
9
10/*BEGINPUBLIC*/
11int igcd (int a, int b);
12int ipower ( int b, int n );
13void factoryError_intern(const char *s);
14extern 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.