Ejemplo n.º 1
0
 internal static unsafe int strlen(byte *ptr) => SpanHelpers.IndexOfNullByte(ref *ptr);