spielwiese
Last change
on this file was
3edea1,
checked in by Hans Schoenemann <hannes@…>, 2 years ago
|
cygwin port: shared lib libfactory
|
-
Property mode set to
100644
|
File size:
438 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 | /** |
---|
7 | * @file gf_tabutil.h |
---|
8 | * |
---|
9 | * utility functions to access GF Tables |
---|
10 | **/ |
---|
11 | |
---|
12 | // #include "config.h" |
---|
13 | |
---|
14 | int FACTORY_PUBLIC gf_tab_numdigits62 ( int q ); |
---|
15 | |
---|
16 | char conv62 ( int i ); |
---|
17 | |
---|
18 | void convert62 ( int i, int n, char * p ); |
---|
19 | |
---|
20 | int convback62 ( char c ); |
---|
21 | |
---|
22 | int FACTORY_PUBLIC convertback62 ( char * p, int n ); |
---|
23 | |
---|
24 | #endif /* ! INCL_GF_TABUTIL_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.