Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
musl
src
passwd
getspent.c
pretty
plain
permalink
blame
history
•
14 lines
•
99 B
1
#include "pwf.h"
2
3
void setspent()
4
{
5
}
6
7
void endspent()
8
{
9
}
10
11
struct spwd *getspent()
12
{
13
	return 0;
14
}