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