diff presen/slide.md @ 25:327435666caa

update
author mir3636
date Thu, 16 Feb 2017 08:14:21 +0900
parents 37f6991465b0
children 8644cade9765
line wrap: on
line diff
--- a/presen/slide.md	Thu Feb 16 08:03:49 2017 +0900
+++ b/presen/slide.md	Thu Feb 16 08:14:21 2017 +0900
@@ -80,6 +80,7 @@
         goto clearSingleLinkedStack(context, stack, next);
 }
 ```
+
 # interface の記述
 - interface を記述することで Context を通して Code Gear が参照できるようになった。
 - create は関数呼び出しで呼び出され、interface と impliment の初期化と Code Gear のポインタの設定を行う。