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
25
struct
yac_param
*
yac_param_int_new
(
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
param.h
Public interface for YAC parameters.
yac_param_int_new
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
yac_param
Definition
param.c:19
name
char const * name
Definition
toy_scrip.c:114
src
core
parameter
param_int.h
Generated on Tue Jun 30 2026 14:08:01 for YAC by
1.11.0