ok, let's start making sense now: typdef char * str;
[svn/Cll1h/.git] / demos / for_ints_strs.c
index e21987a4c70f5f0565bd6ee39cd37db6aba1c0ed..dbcc3d70c8b5a9f699461851393d4b801fff920f 100644 (file)
@@ -3,7 +3,7 @@
 program
 {
  int i;
char *s;
str s;
  
  echo("for_ints(i,  8,1,-2,745,-32,-64,27,4) ): ");
  for_ints(i,  8,1,-2,745,-32,-64,27,4 ) printf(" [%d]",i);
This page took 0.103928 seconds and 4 git commands to generate.