| 260 | |
| 261 | #ifdef VERSION_IN_DLB_FILENAME |
| 262 | char * |
| 263 | build_dlb_filename(const char *lf) |
| 264 | { |
| 265 | Sprintf(dlbfilename, "%s%d%d%d", |
| 266 | lf ? lf : DLBBASENAME, VERSION_MAJOR, VERSION_MINOR, PATCHLEVEL); |
| 267 | return dlbfilename; |
| 268 | } |
| 269 | #endif |
| 270 | |
| 271 | /*ARGSUSED*/ |
no outgoing calls
no test coverage detected