The
module files vcn12.cpp, vcn13.cpp, and vcn14.c from the link description dbmcli.lnk are stored in the directory $OWN/sys/src/cn. This directory name is determined implicitly from the module file name.These module files are the main components (see
Structure of the Database Manager CLI)of the Database Manager CLI, and contain C or C++ source codes.In the module files
vcn12.cpp, vcn13.cpp and vcn14.c, #include instructions are used to refer to include files .The dependency of a module file on an include file is described in the
compilation description.Integration
Components of DBMCLI