summaryrefslogtreecommitdiff
path: root/util.h
blob: 64a78c1fe9aa9d520f612983b56e64c7f9f81e66 (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_oct();
unsigned long scan_hex();

#endif /* UTIL_H */