preparing 0.9 version, rename to crl1.h
[svn/Cll1h/.git] / demos / shell.c
diff --git a/demos/shell.c b/demos/shell.c
deleted file mode 100644 (file)
index ee6accf..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#include "cll1.h"
-#define STRLEN 1024
-
-program
-{
- char *str;
- int i=0;
- string(str,STRLEN);
- shell("echo \"XXX\nYYY\nZZZ\"");
- input(str,STRLEN) printf("---> %s",str);
- puts("[EOF]");
-
- paste("A\nB\nC");
- input(str,STRLEN) printf("---> %s",str);
- puts("[EOF]");
-
- shell("ls");
- input(str,STRLEN) printf("%d ---> %s",i++,str);
- puts("[EOF]");
-
- shell("ls");
- system("wc -l");
- puts("[EOF]");
-
-}
This page took 0.139256 seconds and 4 git commands to generate.