YAC 3.18.0
Yet Another Coupler
Loading...
Searching...
No Matches
param_struct.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_STRUCT_H
6#define YAC_PARAM_STRUCT_H
7
8#include "parameter/param.h"
9
10
30 const char *name,
31 struct yac_param **subparams,
32 size_t subparam_count);
33
34#endif // YAC_PARAM_STRUCT_H
Public interface for YAC parameters.
struct yac_param * yac_param_struct_new(const char *name, struct yac_param **subparams, size_t subparam_count)
Create a new struct parameter with a given name and subparameters.
char const * name
Definition toy_scrip.c:114