12 lines
125 B
C
12 lines
125 B
C
#ifndef INIT_H
|
|
#define INIT_H
|
|
|
|
#include "config.h"
|
|
|
|
#ifdef USE_WCHAR
|
|
#define _XOPEN_SOURCE
|
|
#include <wchar.h>
|
|
#endif
|
|
|
|
#endif
|