shi_buftest.c
author Stiletto <blasux@blasux.ru>
Fri, 24 Oct 2014 14:13:46 +0400
changeset 10 442bed4a072e
parent 0 a22a319f5129
permissions -rw-r--r--
Locale support for status-time

#include <stdio.h>
#include <unistd.h>

int main(int argc, char* argv[]) {
    while (1) {
        printf("456\n123");
        fflush(stdout);
        sleep(1);
    }
}