Penguin
Annotated edit history of telldir(3) version 1 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 TELLDIR
2 !!!TELLDIR
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 ERRORS
8 CONFORMING TO
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 telldir - return current location in directory stream.
15 !!SYNOPSIS
16
17
18 __#include
19 __''dir''__);
20 __
21 !!DESCRIPTION
22
23
24 The __telldir()__ function returns the current location
25 associated with the directory stream
26 ''dir''.
27 !!RETURN VALUE
28
29
30 The __telldir()__ function returns the current location
31 in the directory stream or -1 if an error
32 occurs.
33 !!ERRORS
34
35
36 __EBADF__
37
38
39 Invalid directory stream descriptor ''dir''.
40 !!CONFORMING TO
41
42
43 BSD 4.3
44 !!SEE ALSO
45
46
47 opendir(3), readdir(3), closedir(3),
48 rewinddir(3), seekdir(3),
49 scandir(3)
50 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.