Changeset 1186 for trunk/lib/utility.h
- Timestamp:
- Aug 28, 2010, 12:13:37 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/utility.h
r1132 r1186 115 115 /// 116 116 std::string htrim(std::string str); 117 118 /** 119 same as lstat(2) but throws an errno_error if error is detected 120 */ 121 void lstat(const std::string path, struct stat*); 117 122 118 123 ///
Note: See TracChangeset
for help on using the changeset viewer.