sambattalio / chad_stride

A small curses program to stride across your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bool'in?

sambattalio opened this issue · comments

We should probably add bool's instead of just integers

where

the flag variables that aren't SIZE

@AndroidKitKat

int STAY = 0, LOOP = 0, SIZE = 1, NOFUCKS = 0;

Aren't bools just ints under the hood. We need to do some optimization tests.

I guess we can #DEFINE true 1 lol

fixed