79613287

Date: 2025-05-08 23:18:58
Score: 0.5
Natty:
Report link

The correct answer for .NET 6.0 and later is CULong, and CLong for its signed counterpart.

Those two types correctly handle the differences in size of C's long type between Windows/non-Windows and 32-bit/64-bit targets.

See https://github.com/dotnet/runtime/issues/13788 for more context.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Just-Harry