What is the meaning of char foo(|10|) in C?
It seems to be an early or non-standard form of digraph. The code was probably written using EBCDIC instead of ASCII, and EBCDIC doesn’t have [ ] characters (at least not in all code pages). I found the manual for SAS/C, a C compiler apparently meant for System/370. On page 2-10 (page 42 of the … Read more