Welcome to little lamb

Code » limb » release » tree

[release] / src / liblimb / output.h / list_matches.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/output.h>

void
list_matches(obuffer *obuf, u8 level, const char *intro,
             const char *prefix, const char *sep, const char *outro,
             const char *str, size_t slen, int first, const char **list)
{
    list_matches_full(obuf, level, intro, prefix, sep, outro,
                      str, slen, first, list, 0, sizeof(*list));
}