Skip to content

Instantly share code, notes, and snippets.

@rerrahkr
rerrahkr / ncurses_animation.c
Created October 21, 2017 08:53
ncursesを使った遊び(文字でアニメーション)
#include <stdio.h>
#include <math.h>
#include <ncurses.h>
#define MOJI ">>WAIT>-> >"
#define YOKOHABA 73
#define HAYASA 0.015
#define SA 2
int main()