source: git/factory/cf_util.h @ a3f0fea

spielwiese
Last change on this file since a3f0fea was a3f0fea, checked in by Reimer Behrends <behrends@…>, 5 years ago
Modify variable declarions for pSingular.
  • Property mode set to 100644
File size: 348 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_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.