Replaced Popscren with a custom pop-up list for selecting public screen. Now it conta...
[tangerine.git] / compiler / clib / getgrent.c
bloba80bfa72a2a058fc00d85a4c0b31a7711e6b7ff1
1 /*
2 Copyright © 2004, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 /*****************************************************************************
10 NAME */
12 #include <grp.h>
14 struct group *getgrent(
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 getgrent()
39 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");
41 return NULL;