source: git/factory/gf_tabutil.h @ f6c3dc

spielwiese
Last change on this file since f6c3dc was 3edea1, checked in by Hans Schoenemann <hannes@…>, 3 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
14int FACTORY_PUBLIC gf_tab_numdigits62 ( int q );
15
16char conv62 ( int i );
17
18void convert62 ( int i, int n, char * p );
19
20int convback62 ( char c );
21
22int FACTORY_PUBLIC convertback62 ( char * p, int n );
23
24#endif /* ! INCL_GF_TABUTIL_H */
Note: See TracBrowser for help on using the repository browser.