source:
git/factory/gf_tabutil.h
Last change on this file was 3edea1, checked in by , 2 years ago | |
---|---|
|
|
File size: 438 bytes |
Rev | Line | |
---|---|---|
[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 | ||
[abddbe] | 6 | /** |
7 | * @file gf_tabutil.h | |
8 | * | |
9 | * utility functions to access GF Tables | |
10 | **/ | |
11 | ||
[e4fe2b] | 12 | // #include "config.h" |
[84250a6] | 13 | |
[3edea1] | 14 | int FACTORY_PUBLIC gf_tab_numdigits62 ( int q ); |
[2dd068] | 15 | |
16 | char conv62 ( int i ); | |
17 | ||
18 | void convert62 ( int i, int n, char * p ); | |
19 | ||
20 | int convback62 ( char c ); | |
21 | ||
[3edea1] | 22 | int FACTORY_PUBLIC convertback62 ( char * p, int n ); |
[2dd068] | 23 | |
[493c477] | 24 | #endif /* ! INCL_GF_TABUTIL_H */ |
Note: See TracBrowser
for help on using the repository browser.