cuikmergeboxes.c File Reference

Detailed Description

dot_inline_dotgraph_53.png

A utility to merge boxes in different files.

See Also
cuiksystem.h cuiksystem.c

Definition in file cuikmergeboxes.c.

Functions

int main (int argc, char **arg)
 Main body of the cuikmergeboxes application. More...
 

Function Documentation

int main ( int  argc,
char **  arg 
)

Main body of the cuikmergeboxes application.

Use:

  • cuikmergeboxes suffix files.sol

where

  • suffix Is the suffix added to the output cuiksystem.
  • files Are the sol files with the boxes to merge.

The .sol extensions are optional.

Parameters
argcNumber of elements in the command line that starts the application (i.e., the cuiksimplify command itself and its arguments).
argStrings with the arguments.
Returns
EXIT_SUCCESS (0) if the execution worked out fine and EXIT_FAILURE if not.

Definition at line 61 of file cuikmergeboxes.c.

References CopyBox(), CreateFileName(), DeleteBox(), DeleteFileName(), Error(), GetFileFullName(), MergeBoxes(), NEW, PrintBox(), ReadBox(), and SOL_EXT.