(*#@(#)system.def 4.1 Ultrix 7/17/90 *)
(* $Header: system.def,v 1.3 84/05/27 13:03:19 powell Exp $ *)
This module should not be compiled, but is supplied for documentation purposes.
definition module
/* system.c - system file for stdlib */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,08feb93,jdi documentation cleanup for 5.1.
01b,20sep92,s
#!/bin/sh
echo -n "string to use for system specific expected/* files: "
../../config.guess |awk -F\- '{ split($3,a,/[0-9]/); printf"%s-%s", $1, a[1] }'
echo ""
NAME
system - issue a shell command
SYNOPSIS
system(cmd)
TYPES
cmd str
return int
DESCRIPTION
This function excutes the shell command found in the srtring, cmd.
The return