Skip to content
Extraits de code Groupes Projets
Vérifiée Valider ab29595c rédigé par Kubat's avatar Kubat
Parcourir les fichiers

Copyright and licence for inih

parent 1eb0101a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!59Resolve "Installation"
/* inih -- simple .INI file parser /* inih -- simple .INI file parser
SPDX-License-Identifier: BSD-3-Clause
SPDX-License-Identifier: BSD-3-Clause Copyright (C) 2009-2020, Ben Hoyt */
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
*/
#ifndef __INI_H__ #ifndef __INI_H__
#define __INI_H__ #define __INI_H__
......
/* inih -- simple .INI file parser /* inih -- simple .INI file parser
SPDX-License-Identifier: BSD-3-Clause
SPDX-License-Identifier: BSD-3-Clause Copyright (C) 2009-2020, Ben Hoyt */
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
*/
#include <stdio.h> #include <stdio.h>
#include <ctype.h> #include <ctype.h>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter