source: git/factory/gf_tabutil.h @ 8d1432e

spielwiese
Last change on this file since 8d1432e was abddbe, checked in by Martin Lee <martinlee84@…>, 10 years ago
chg: added brief descriptions to some files
  • Property mode set to 100644
File size: 408 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 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 convertback62 ( char * p, int n );
23
24#endif /* ! INCL_GF_TABUTIL_H */
Note: See TracBrowser for help on using the repository browser.