just a sample of what can be done

Dependencies:   mbed

PRN電卓プログラム

「プログラミング言語C (K&R本)」に出てくる例を元にした,RPN計算機です.

hp写真はイメージです

このプログラムは..

Revision:
3:4ef74510cc5b
Parent:
2:0e96f4495b43
--- a/getop.cpp	Fri Jun 26 10:16:24 2015 +0000
+++ b/getop.cpp	Fri Jun 26 11:01:35 2015 +0000
@@ -1,6 +1,5 @@
 #include    "mbed.h"
 #include    "calc.h"
-
 #include    <ctype.h>
 
 int getop( char s[] )