about summary refs log tree commit diff stats
path: root/html/apps/ex8.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-30 09:37:50 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-30 09:39:50 -0800
commit762107fdc23e7739e9db6843173506c4d00cae0e (patch)
tree5c2cc65b89c126490587dde871b6f20e6b6bcbd2 /html/apps/ex8.subx.html
parentd0bc0d2673c41da7b5007766a7015df99020c353 (diff)
downloadmu-762107fdc23e7739e9db6843173506c4d00cae0e.tar.gz
7476
Diffstat (limited to 'html/apps/ex8.subx.html')
-rw-r--r--html/apps/ex8.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/ex8.subx.html b/html/apps/ex8.subx.html
index a6458493..0e6cb43d 100644
--- a/html/apps/ex8.subx.html
+++ b/html/apps/ex8.subx.html
@@ -55,7 +55,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/ex8.subx'>https://github.com/akkartik/mu/blob/master/apps/ex8.subx</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/ex8.subx'>https://github.com/akkartik/mu/blob/main/apps/ex8.subx</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Example reading commandline arguments: compute length of first arg.</span>
 <span id="L2" class="LineNr"> 2 </span><span class="subxComment">#</span>
e='author Kartik Agaram <vc@akkartik.com> 2018-12-01 14:13:33 -0800 committer Kartik Agaram <vc@akkartik.com> 2018-12-01 14:13:33 -0800 4814' href='/akkartik/mu/commit/html/998check_type_pointers.cc.html?h=main&id=e4ac3c9e6e5464a0fc0f8fd3763a572e0e180c04'>e4ac3c9e ^
c762564b ^
e4ac3c9e ^

76755b28 ^

a654e4ec ^



e5c11a51 ^






















a654e4ec ^

76755b28 ^
e5c11a51 ^
e4ac3c9e ^
a654e4ec ^
204dae92 ^



































76755b28 ^


a654e4ec ^
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98