Files
neovim/src
Nicolas Hillegeer 636ddd075c os/time: fix os_localtime_r on win + add func_attr
- it makes no sense for these functions to take NULL pointers
- if `localtime()` on Windows returns a NULL pointer, the old code would try
  to dereference it.
2014-07-20 18:27:45 -04:00
..