summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/stdio_threading/fgets
diff options
context:
space:
mode:
authorjsing <>2025-11-05 13:00:26 +0000
committerjsing <>2025-11-05 13:00:26 +0000
commitcfaf7540f6b19032df0f388ad6a4d0e0714671c6 (patch)
tree30197867ef8aab2348202fd9d377ba981fe153f6 /src/regress/lib/libc/stdio_threading/fgets
parentb3e89c37e576543ed212191b5769371e3ce58e95 (diff)
downloadopenbsd-cfaf7540f6b19032df0f388ad6a4d0e0714671c6.tar.gz
openbsd-cfaf7540f6b19032df0f388ad6a4d0e0714671c6.tar.bz2
openbsd-cfaf7540f6b19032df0f388ad6a4d0e0714671c6.zip
Use more specific types for BN.
Be specific about width and use uint64_t/uint32_t, rather than using unsigned int/long/long long, based on platform. Additionally use UINT64_C() and UINT32_C() for constants, along with PRI*64/PRI*32 for formatting. This makes the platform responsible for providing the correct types/defines - all we then need to do is determine is if BN should use a 32 bit or 64 bit configuration. With input from and ok tb@
Diffstat (limited to 'src/regress/lib/libc/stdio_threading/fgets')
0 files changed, 0 insertions, 0 deletions