summaryrefslogtreecommitdiff
path: root/util.h
blob: e2ada4176b0bde83fd4f3b29fcffa42c090dbc9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/************************************************

  util.h -

  $Author$
  $Date$
  created at: Thu Mar  9 11:55:53 JST 1995

************************************************/
#ifndef UTIL_H
#define UTIL_H

unsigned long scan_hex();
unsigned long scan_oct();

#endif /* UTIL_H */