Files
QNX/utils/p/pdksh/version.c
2025-08-20 19:02:58 +08:00

9 lines
129 B
C

/*
* value of $KSH_VERSION (or $SH_VERSION)
*/
#include "sh.h"
const char ksh_version [] =
"@(#)PD KSH v5.2.14 99/07/13.2";