Files
cpython/Modules/_ctypes
Serhiy Storchaka 0b3ec19225 Use NULL rather than 0. (#778)
There was few cases of using literal 0 instead of NULL in the context of
pointers.  While this was a legitimate C code, using NULL rather than 0 makes
the code clearer.
2017-03-23 17:53:47 +02:00
..
2017-03-02 18:42:40 +01:00
2017-03-23 17:53:47 +02:00
2017-03-02 18:42:40 +01:00
2016-09-08 09:25:03 -07:00