LexLeo
0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
fs_stream_ctor.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-3.0-or-later
2
* Copyright (C) 2026 Sylvain Labopin
3
*/
4
16
#ifndef LEXLEO_FS_STREAM_CTOR_H
17
#define LEXLEO_FS_STREAM_CTOR_H
18
19
#include "
stream/borrowers/stream_types.h
"
20
63
stream_status_t
fs_stream_ctor
(
64
const
void
*ud,
65
const
void
*args,
66
stream_t
**out);
67
68
#endif
// LEXLEO_FS_STREAM_CTOR_H
fs_stream_ctor
stream_status_t fs_stream_ctor(const void *ud, const void *args, stream_t **out)
Factory constructor callback for the fs_stream adapter.
Definition
fs_stream.c:233
stream_types.h
Borrower-visible public types for the stream port.
stream_status_t
stream_status_t
Public status codes used by the stream port.
Definition
stream_types.h:40
stream_t
Private handle structure for a stream_t.
Definition
stream_handle.h:34
src
foundation
stream
adapters
fs_stream
src
internal
fs_stream_ctor.h
Generated by
1.9.8