repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mlib update: new isnan()/isnanf() implementation
[tangerine.git]
/
compiler
/
clib
/
setgrent.c
blob
c7cf6f73cbde8a04a3d35339a432cdc049079b53
1
/*
2
Copyright © 2004, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <aros/debug.h>
7
8
#include <grp.h>
9
10
void
setgrent
()
11
{
12
# warning Implement setgrent()
13
AROS_FUNCTION_NOT_IMPLEMENTED
(
"arosc"
);
14
15
return
;
16
}