#pragma once

#ifdef __cplusplus
extern "C" {
#endif

#define FASTIO_BUFFER_SIZE (64 * 1024)

#ifdef __cplusplus
}
#endif
