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

  util.h -

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

  Copyright (C) 1993-1998 Yukihiro Matsumoto

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

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

#endif /* UTIL_H */