jovanbulck / jsh

A basic UNIX shell implementation in C
GNU General Public License v3.0
30 stars 10 forks source link

Use the bool datatype instead of integers #12

Closed jovanbulck closed 9 years ago

jovanbulck commented 9 years ago

todo --> change this everywhere in the (old) code. Note the stdbool header is already included in jsh-common.h

jovanbulck commented 9 years ago

done