changeset 205 | 96d8b6e006f0 |
parent 202 | da1a8186f86f |
child 210 | 8387cac2aba6 |
200:fde2d08ebaee | 205:96d8b6e006f0 |
---|---|
155 /* Or more simply... */ |
155 /* Or more simply... */ |
156 printupper(str.c_str()); |
156 printupper(str.c_str()); |
157 #endif |
157 #endif |
158 return NULL; |
158 return NULL; |
159 } |
159 } |
160 |
|
161 |
|
160 void *stage4out_c::printlocation(std::string str) { |
162 void *stage4out_c::printlocation(std::string str) { |
161 return printlocation(str.c_str()); |
163 return printlocation(str.c_str()); |
162 } |
164 } |
163 |
165 |
164 |
166 |