/
niceSOFT
/
util-linux
Обзор
Документация
Войти
/
niceSOFT
/
util-linux
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
include/match.h
12 строк
307 B
Karel Zak
lib,match: split match_fstype() from libmount
15 ноя 2011, 18:17
15 ноя 2011, 18:17
1208915
Код
Авторство
О чём код?
/* * Copyright (C) 2011 Karel Zak <kzak@redhat.com> * * This file may be redistributed under the terms of the * GNU Lesser General Public License. */ #ifndef UTIL_LINUX_MATCH_H #define UTIL_LINUX_MATCH_H extern int match_fstype(const char *type, const char *pattern); #endif /* UTIL_LINUX_MATCH_H */