list_fs_types
int list_fs_types(void);
(void)list_fs_types();
exit(list_fs_types() ? EXIT_SUCCESS : EXIT_FAILURE);