source: git/factory/cf_util.h @ a37b34

spielwiese
Last change on this file since a37b34 was 362fc67, checked in by Martin Lee <martinlee84@…>, 12 years ago
chg: remove $Id$
  • Property mode set to 100644
File size: 405 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//{{{ docu
7//
8// cf_util.h - header to cf_util.cc.
9//
10//}}}
11
12// #include "config.h"
13
14int ipower ( int b, int n );
15int ilog2 (int a);
16int igcd (int a, int b);
17
18/*BEGINPUBLIC*/
19void factoryError_intern(const char *s);
20extern void (*factoryError)(const char *s);
21/*ENDPUBLIC*/
22
23
24#endif /* ! INCL_CF_UTIL_H */
Note: See TracBrowser for help on using the repository browser.