Welcome to little lamb

Code » limb » release » tree

[release] / src / include / autoopt.h

/* 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 */
#ifndef LIMB_LIMB_AUTOOPT_H
#define LIMB_LIMB_AUTOOPT_H

#include <stddef.h> /* size_t */
#include <limb/autoopt.h>
#include <limb/gccattributes.h>

int parse_buffer_dest(u8 *lvl, const char ** const arg, size_t len) gccattr_hidden;

#endif /* LIMB_LIMB_AUTOOPT_H */