facil-io / cstl

facil.io C STL - a Server Toolbox Library for C, including JSON processing, hash maps, dynamic arrays, binary strings and more.
https://facil.io
MIT License
68 stars 6 forks source link

Move gmtime_r to time.h test section, as it is only used there and pr… #10

Closed janbiedermann closed 1 year ago

janbiedermann commented 1 year ago

…event a compile error if gmtime_r is defined somewhere else on Windows

Like for example by ruby, when using fio-stl.h to write ruby extensions.