source: trunk/util.h @ 2

Last change on this file since 2 was 2, checked in by guillaumeb, 15 years ago

commit initial

File size: 100 bytes
Line 
1#ifndef UTIL_H_
2#define UTIL_H_
3
4#include <iostream>
5
6std::string str_of_addr(int address);
7
8#endif
Note: See TracBrowser for help on using the repository browser.