#include void test() { BIO_flush(0); } int main() { test(); return 0; }