GIT.Harvie.CZ
/
svn
/
Cll1h
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
some work (do not compile)
[svn/Cll1h/.git]
/
demos
/
columns.c
1
#include
"cll1.h"
2
3
program
4
{
5
char
*
ptr
;
6
int
i
;
7
parse
(
"/etc/passwd"
)
8
{
9
columns
(
ptr
,
_
,
':'
,
i
)
switch
(
i
)
10
{
11
case
0
:
printf
(
"%s..."
,
ptr
);
break
;
12
case
6
:
puts
(
ptr
);
13
}
14
}
15
done
;
16
}
This page took
0.235011 seconds
and
4
git commands to generate.