s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
tryspnam.c
Go to the documentation of this file.
1#include <shadow.h>
2
3int main()
4{
5 struct spwd *spw;
6
7 spw = getspnam("");
8 puts(spw->sp_pwdp);
9}
int main()
Definition: tryspnam.c:3