This is the command mk_cmds that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
mk_cmds - error table compiler
SYNOPSIS
mk_cmds file
DESCRIPTION
Mk_cmds converts a table listing command names and associated help messages into a C
source file suitable for use with the ss(3) library.
The source file name must end with a suffix of ``.ct''; the file consists of a declaration
supplying the name of the command table:
command_table name
followed by entries of the form:
[ request | unimplemented ] name, " string "[, abbrev]...;
and a final
end
to indicate the end of the table.
A C source file is generated which should be compiled and linked with the object files use
the ss library.
A ``#'' in the source file is treated as a comment character, and all remaining text to
the end of the source line will be ignored.
Use mk_cmds online using onworks.net services