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
Use dos.library/CreateNewProc() instead of alib/CreateNewProcTags()
[tangerine.git]
/
compiler
/
clib
/
rewinddir.c
blob
5aa93c64058e1b7adfbf95b0cfb3950e2f865f4f
1
/*
2
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <dirent.h>
7
8
void
rewinddir
(
DIR
*
dir
)
9
{
10
seekdir
(
dir
,
0
);
11
}