source:
trunk/src/util.h
@
7
Last change on this file since 7 was 5, checked in by , 15 years ago | |
---|---|
File size: 100 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | #ifndef UTIL_H_ |
2 | #define UTIL_H_ | |
3 | ||
4 | #include <iostream> | |
5 | ||
6 | std::string str_of_addr(int address); | |
7 | ||
8 | #endif |
Note: See TracBrowser
for help on using the repository browser.