Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/*	$NetBSD: version.c,v 1.5 2005/06/26 19:09:00 christos Exp $	*/

/*
 * value of $KSH_VERSION (or $SH_VERSION)
 */
#include <sys/cdefs.h>

#ifndef lint
__RCSID("$NetBSD: version.c,v 1.5 2005/06/26 19:09:00 christos Exp $");
#endif


#include "sh.h"

char ksh_version [] =
	"@(#)PD KSH v5.2.14 99/07/13.2";