KallistiOS
git master
Independent SDK for the Sega Dreamcast
Toggle main menu visibility
Main Page
Source Code
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
l
o
s
t
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Variables
_
d
h
i
k
n
v
Typedefs
_
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
b
d
i
k
m
p
s
u
v
w
Enumerator
_
b
d
e
i
k
m
p
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
fs_null.h
Go to the documentation of this file.
1
/* KallistiOS ##version##
2
3
kos/fs_null.h
4
Copyright (C) 2024 Donald Haase
5
6
*/
7
8
/** \file kos/fs_null.h
9
\brief /dev/null, a black hole.
10
\ingroup vfs_dev
11
12
This is a IEEE Std 1003.1-2017 POSIX standard
13
'empty data source and infinite data sink'
14
15
\author Donald Haase
16
*/
17
18
#ifndef __DC_FS_NULL_H
19
#define __DC_FS_NULL_H
20
21
#include <sys/cdefs.h>
22
__BEGIN_DECLS
23
24
#include <
kos/fs.h
>
25
26
/** \defgroup vfs_null /dev/null
27
\brief VFS driver for /dev/null
28
\ingroup vfs
29
30
@{
31
*/
32
33
/* \cond */
34
/* Initialization */
35
void
fs_null_init(
void
);
36
void
fs_null_shutdown(
void
);
37
/* \endcond */
38
39
/** @} */
40
41
__END_DECLS
42
43
#endif
/* __DC_FS_NULL_H */
44
fs.h
Virtual filesystem support.
include
kos
fs_null.h
Generated by
1.11.0