Home
last modified time | relevance | path

Searched refs:__STDC_WANT_LIB_EXT1__ (Results 1 – 1 of 1) sorted by relevance

/mbedtls-latest/library/
Dplatform_util.c31 #ifndef __STDC_WANT_LIB_EXT1__
32 #define __STDC_WANT_LIB_EXT1__ 1 /* Ask for the C11 gmtime_s() and memset_s() if available */ macro