#include <stddef.h>

static const int BUFSIZE = 1024;
char sg_buffer [BUFSIZE];

int main () {
    
}