define __KERNEL_STRICT_NAMES to avoid inclusion of kernel types on systems that carry...
[cake.git] / compiler / clib / getpwent.c
blob338c8c7edf1354db82fb60ed8cadc1f5bc25b753
1 /*
2 Copyright © 2004, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 /*****************************************************************************
10 NAME */
12 #include <pwd.h>
14 struct passwd *getpwent(
16 /* SYNOPSIS */
17 void)
19 /* FUNCTION
21 INPUTS
23 RESULT
25 NOTES
26 Not implemented.
28 EXAMPLE
30 BUGS
32 SEE ALSO
34 INTERNALS
36 ******************************************************************************/{
37 # warning Implement getpwent()
38 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");
40 return NULL;