source: git/factory/gf_tabutil.h @ a37b34

fieker-DuValspielwiese
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: 333 bytes
RevLine 
[493c477]1/* emacs edit mode for this file is -*- C++ -*- */
[2dd068]2
3#ifndef INCL_GF_TABUTIL_H
4#define INCL_GF_TABUTIL_H
5
[e4fe2b]6// #include "config.h"
[84250a6]7
[2dd068]8int gf_tab_numdigits62 ( int q );
9
10char conv62 ( int i );
11
12void convert62 ( int i, int n, char * p );
13
14int convback62 ( char c );
15
16int convertback62 ( char * p, int n );
17
[493c477]18#endif /* ! INCL_GF_TABUTIL_H */
Note: See TracBrowser for help on using the repository browser.