YAC 3.18.0
Yet Another Coupler
Loading...
Searching...
No Matches
param_int.h
Go to the documentation of this file.
1// Copyright (c) 2026 The YAC Authors
2//
3// SPDX-License-Identifier: BSD-3-Clause
4
5#ifndef YAC_PARAM_INT_H
6#define YAC_PARAM_INT_H
7
8#include "param.h"
9
26 const char *name, int *value_ptr, int default_value,
27 int value_min, int value_max, int has_default, int is_defined);
28
29#endif // YAC_PARAM_INT_H
Public interface for YAC parameters.
struct yac_param * yac_param_int_new(const char *name, int *value_ptr, int default_value, int value_min, int value_max, int has_default, int is_defined)
Create an int parameter.
Definition param_int.c:157
char const * name
Definition toy_scrip.c:114