Welcome to little lamb

Code » limb » release » tree

[release] / src / liblimb / buffer-shldata.h / buffer_shldata_getfinal.c

/* This file is part of limb                           https://lila.oss/limb
 * Copyright (C) 2023 Olivier Brunel                          jjk@jjacky.com */
/* SPDX-License-Identifier: GPL-2.0-only */
#include <limb/buffer-shldata.h>

int
buffer_shldata_getfinal(buffer *b, buffer_shldata_ctx *ctx)
{
    return buffer_shldata_getfinal_sa(b, &ctx->sa, ctx);
}