DragonFly On-Line Manual Pages

Search: Section:  


dcg(1)                 DragonFly General Commands Manual                dcg(1)

NAME

dcg - datastructure generator.

SYNOPSYS

dcg [many options possible] filename

WARNING

The information in the man page is an extract from the full documentation of the dcg datastructure generator. As dcg tends to evolve over time, this man page might not always be up to date.

DESCRIPTION

dcg generates a C header and source file from a dcg data structure description for subsequent compilation by a C compiler.

OPTIONS

Options must be separated: `-xn' is different from `-x -n'. The following options are specific for dcg. -h provides help on using dcg. -V gives version of dcg. -n forces dcg not to code i.e. the source files are only checked for validity. -v gives extra information while dcg is generating. -fv gives lots of extra information while dcg is generating. -Idir adds dir to the search path (i.e. the list of directories to search for dcg def files).

COPYING

Copyright (C) 2008 Marc Seutter Mimir is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. Mimir is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU (Library) General Public License for more details. You should have received a copy of the GNU Library General Public License and a copy of the GNU General Public License along with this version of MCDL; If not, see <http://www.gnu.org/licenses/>.

AUTHOR

M. Seutter 14 dec 2007 dcg(1)

Search: Section: