c0 icon indicating copy to clipboard operation
c0 copied to clipboard

C0 Programming Language

Results 2 c0 issues
Sort by recently updated
recently updated
newest added

In the function c0_string_compare you are comparing the text pointer value before the length. You could have 2 strings pointing to the same text pointer but with different lengths.

Hello after reading the https://github.com/graphitemaster/codin/blob/main/doc/C0.md file, it's not clear to me how C0 handle function pointers (as parameters, and when they are actually called). Could you be so kind as...