source:
trunk/util.h
@
3
Last change on this file since 3 was 2, checked in by , 16 years ago | |
---|---|
File size: 100 bytes |
Line | |
---|---|
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.