# /* This is file SYSTEM.S */
# /*
# ** Copyright (C) 1991 DJ Delorie
# **
# ** This file is distributed under the terms listed in the document
# ** "copying.dj".
# ** A copy of "copying.dj" should ac
/*
FUNCTION
---execute command string
INDEX
system
INDEX
_system_r
ANSI_SYNOPSIS
#include
int system(char *);
int _system_r(void *, char *);
TRAD_SYNOP