Skip to content
Extraits de code Groupes Projets

Resolve "Installation"

Fusionnées Kubat a demandé de fusionner install vers master
2 files
+ 4
22
Comparer les modifications
  • Côte à côte
  • En ligne

Fichiers

+ 2
11
/* inih -- simple .INI file parser
SPDX-License-Identifier: BSD-3-Clause
Copyright (C) 2009-2020, Ben Hoyt
inih is released under the New BSD license (see LICENSE.txt). Go to the project
home page for more info:
https://github.com/benhoyt/inih
*/
SPDX-License-Identifier: BSD-3-Clause
Copyright (C) 2009-2020, Ben Hoyt */
#ifndef __INI_H__
#define __INI_H__
Chargement en cours