Browse Source

Add templates.dat to the IDE source code.

git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/ide@188 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 19 years ago
parent
commit
3376f71ab6
1 changed files with 11 additions and 0 deletions
  1. 11 0
      templates.dat

+ 11 - 0
templates.dat

@@ -0,0 +1,11 @@
+dodo {
+	|
+} while ();for
for (|; ; ) {ifif (|) {if elseif (|) {
+} else {
+}switch8switch (|) {
+	case:
+		break;
+
+	default:
+		break;
+}whilewhile (|) {