source: git/factory/gf_tabutil.h @ 33dd62

spielwiese
Last change on this file since 33dd62 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
RevLine 
[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
[2dd068]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
[493c477]24#endif /* ! INCL_GF_TABUTIL_H */
Note: See TracBrowser for help on using the repository browser.