/
githubmirror
/
sudo
Обзор
Документация
Войти
/
githubmirror
/
sudo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
plugins/sudoers/testsudoers_pwutil.c
10 строк
267 B
Todd C. Miller
Use #include <foo.h> instead of #include "foo.h" in most cases.
25 сен 2023, 19:13
25 сен 2023, 19:13
e343e07
Код
Авторство
О чём код?
/* * Build pwutil_impl.c with a function prefix of "testsudoers_" instead * of "sudo_" and call our custom getpwnam/getpwuid/getgrnam/getgrgid. */ #define PWUTIL_PREFIX testsudoers #include <testsudoers_pwutil.h> #include <tsgetgrpw.h> #include "pwutil_impl.c"