• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include "pwf.h"
2 
setspent()3 void setspent()
4 {
5 }
6 
endspent()7 void endspent()
8 {
9 }
10 
getspent()11 struct spwd *getspent()
12 {
13 	return 0;
14 }
15