6 lines
99 B
C
6 lines
99 B
C
#pragma once
|
|
#include "types.h"
|
|
|
|
void lm_ctx_init(lm_ctx_t *ctx);
|
|
void lm_ctx_free(lm_ctx_t *ctx);
|