File: itostr.003.clit

package info (click to toggle)
dateutils 0.4.5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,072 kB
  • sloc: ansic: 22,115; makefile: 1,686; yacc: 202; sh: 168; lex: 108
file content (32 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/usr/bin/clitoris  ## -*- shell-script -*-

$ itostr-3
1234
  23
 10
000
0001
123
23
   3

1234
23
10
 0
01
123
0023
3

234
3
23
23
23
3
3
3
$

## itostr.003.clit ends here