As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
1 include String
2 let sub_string = sub
3 let of_string = copy
4 let blit_string = blit
5 6 let unsafe_to_string s = s
7 let to_string = copy
8 let cat b1 b2 = b1 ^ b2
9