preparing 0.9 version, rename to crl1.h
[svn/Cll1h/.git] / demos / strings.c
diff --git a/demos/strings.c b/demos/strings.c
deleted file mode 100644 (file)
index e2a479a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#include "cll1.h"
-
-program
-{
- char *ptr;
-
- asprintf(&ptr,"%ld",123456789);
- printf("strlen(\"%s\")=%d\n",ptr,strlen(ptr));
-
- ptr=catf("%ld",123456789);
- printf("strlen(\"%s\")=%d\n",ptr,strlen(ptr));
-
-}
This page took 0.113286 seconds and 4 git commands to generate.