// Copyright © Tavian Barnes // SPDX-License-Identifier: 0BSD #include #include int main(void) { struct mnttab mnt; return getmntent(stdin, &mnt); }