From: Myun2 Date: Sat, 26 May 2012 06:53:43 +0000 (+0900) Subject: console: move from roast (main) X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=4f11669fdaa471d7816ab84c659e99e30808b8b2;hp=52f17d04c9cf7c3344bb391dbe564956146cebb8;p=roast%2Fpendding.git console: move from roast (main) --- diff --git a/include/roast/console/console.hpp b/include/roast/console/console.hpp new file mode 100644 index 0000000..e78bb8c --- /dev/null +++ b/include/roast/console/console.hpp @@ -0,0 +1,54 @@ +// Roast+ License + +/* + +*/ +#ifndef __SFJP_ROAST__console__console_HPP__ +#define __SFJP_ROAST__console__console_HPP__ + +#include + +namespace roast +{ + int putchar_repeat(char c, int count) + { + for(int i=0; i