the #versionshort command */
| 153 | |
| 154 | /* the #versionshort command */ |
| 155 | int |
| 156 | doversion(void) |
| 157 | { |
| 158 | char buf[BUFSZ]; |
| 159 | |
| 160 | if (iflags.menu_requested) |
| 161 | return doextversion(); |
| 162 | |
| 163 | pline("%s", getversionstring(buf, sizeof buf)); |
| 164 | return ECMD_OK; |
| 165 | } |
| 166 | |
| 167 | /* the '#version' command; also a choice for '?' */ |
| 168 | int |
no test coverage detected