Newer
Older
snipet / project / trunk / include / config.h
Nomura Kei on 26 Aug 2022 408 bytes old svn data to git
/* =============================================================================
 *  config.h
 *  Copyright (c) 2003 - 2013  Nomura Kei
 * =============================================================================
 *
 * GCC コンパイラオプション
 * -ansi
 * -std=C99
 * -std=gnu99
 * -std=c++0x
 * -std=c++11
 */
#ifndef CONFIG_H
#define CONFIG_H

#include <config_def.h>


#endif /* CONFIG_H */