Changeset 823d8e1 for lib/strndup.c
- Timestamp:
- 06/29/18 09:49:20 (3 years ago)
- Branches:
- cachetimestamps, develop, master, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- 47d64ce
- Parents:
- c7f1faf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/strndup.c
ree6e802 r823d8e1 24 24 * 25 25 */ 26 #ifndef HAVE_STRNDUP 26 #include "config.h" 27 #if !HAVE_DECL_STRNDUP 27 28 28 29 #include <stdlib.h>
Note: See TracChangeset
for help on using the changeset viewer.