Welcome to little lamb

Code » limb » release » tree

[release] / src / include / parseopt.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_PARSEOPT_H
#define LIMB_LIMB_PARSEOPT_H

#include <limb/gccattributes.h>

void parseopt_warn(const char **argv, const struct option *options,
                   const struct parseopt *ctx) gccattr_hidden;

#endif /* LIMB_LIMB_PARSEOPT_H */