Artifact 2a2a28b86bf88630f026c33430b4518149f9809d15d9980570647dfaf3591a5a:
- File xvfs.c.rvt — part of check-in [47dcf5fc27] at 2019-05-01 20:53:31 on branch trunk — Added start of XVFS system (user: rkeene, size: 489) [annotate] [blame] [check-ins using]
#include <xvfs-common.h> <? package require xvfs xvfs::main $argv ?> static const char **xvfs_<?= $::xvfs::fsName ?>_getChildren(const char *path, Tcl_WideInt limit) { } static const unsigned char *xvfs_<?= $::xvfs::fsName ?>_getData(const char *path, Tcl_WideInt start, Tcl_WideInt length) { } int Xvfs_<?= $::xvfs::fsName ?>_Init() { // Init->Register("<?= $::xvfs::fsName ?>", XVFS_PROTOCOL_VERSION, xvfs_<?= $::xvfs::fsName ?>_getChildren, xvfs_<?= $::xvfs::fsName ?>_getData) }