Autodoc corrections
[cake.git] / compiler / clib / endpwent.c
blob7fb939b656f120beed06dbf0008890f39b5c99d8
1 /*
2 Copyright © 2004, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 /*****************************************************************************
10 NAME */
11 #include <pwd.h>
13 /* SYNOPSIS */
14 void endpwent(
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 ******************************************************************************/
38 # warning Implement endpwent()
39 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");
41 return;