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
20
64 const void *ud,
65 const void *args,
66 stream_t **out);
67
68#endif // LEXLEO_FS_STREAM_CTOR_H
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
Borrower-visible public types for the stream port.
stream_status_t
Public status codes used by the stream port.
Private handle structure for a stream_t.