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
/
telldir.c
blob
080220f172dfce35410cfb9d281d2bd9ac2b532a
1
/*
2
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <dirent.h>
7
8
long
9
telldir
(
DIR
*
dir
)
10
{
11
return
dir
->
pos
;
12
}