#include <volmgt.h>
char *volmgt_root(void);
if ((path = volmgt_root()) != NULL) { (void) printf("Volume Management root dir=%s\n", path); } else { (void) printf("can’t find Volume Management root dir\n"); }
Table of Contents