aboutgitcodelistschat:MatrixIRC
path: root/src/cooker/emit.h
blob: 74264b16924aaf7c4d1247da4a50b37370bc51e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-3.0-or-later
 * Copyright 2023 Red Hat GmbH
 * Author: Stefano Brivio <sbrivio@redhat.com>
 */

#ifndef EMIT_H
#define EMIT_H

int emit_nr(struct gluten_ctx *g, long number);
int emit_load(struct gluten_ctx *g, int offset, int index, size_t len);

#endif /* EMIT_H */