source: git/factory/gf_tabutil.h @ 2537fa0

spielwiese
Last change on this file since 2537fa0 was 362fc67, checked in by Martin Lee <martinlee84@…>, 12 years ago
chg: remove $Id$
  • Property mode set to 100644
File size: 333 bytes
Line 
1/* emacs edit mode for this file is -*- C++ -*- */
2
3#ifndef INCL_GF_TABUTIL_H
4#define INCL_GF_TABUTIL_H
5
6// #include "config.h"
7
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
18#endif /* ! INCL_GF_TABUTIL_H */
Note: See TracBrowser for help on using the repository browser.