LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
stream_cr_api.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
18#ifndef LEXLEO_STREAM_CR_API_API_H
19#define LEXLEO_STREAM_CR_API_API_H
20
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
44
59
60#ifdef __cplusplus
61}
62#endif
63
64#endif //LEXLEO_STREAM_CR_API_API_H
const stream_ops_t * stream_default_ops(void)
Return the default borrower-facing ops table for the stream port.
Definition stream.c:123
stream_env_t stream_default_env(const osal_mem_ops_t *mem_ops)
Build a default stream_env_t from injected memory operations.
Definition stream.c:132
Public environment type for the stream port.
Borrower-visible public types for the stream port.
Runtime environment for the stream port.
Definition stream_env.h:35
Borrower-facing operation table for the stream port.