Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/newlib/test/
Dtest_newlib.c104 const char* time_str = asctime(&tm); variable
105 strlcpy(buf, time_str, sizeof(buf));
106 printf("Setting time: %s", time_str);
115 time_str = asctime(&mtm);
116 printf("Got time: %s", time_str);
117 TEST_ASSERT_EQUAL_STRING(buf, time_str);