fgetspent.c\passwd\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/passwd/fgetspent.c
blob: a9a3c970ee0f1af28225d2c92b0908a1abd27855 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include "pwf.h"
struct spwd *fgetspent(FILE *f)
{
	return 0;
}
int putspent(const struct spwd *sp, FILE *f)
{
	return -1;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月07日 13:19:12 +0000

AltStyle によって変換されたページ (->オリジナル) /