Searched refs:SIZE (Results 1 – 1 of 1) sorted by relevance
/time/ |
A D | test_time.c | 87 #define SIZE 256 in main() macro 88 char buffer[SIZE]; in main() 98 strftime (buffer, SIZE, "Today is %A, %B %d.\n", loctime); in main() 100 strftime (buffer, SIZE, "The time is %I:%M %p.\n", loctime); in main() 110 strftime (buffer, SIZE, "%D %T was %w the %jth.\n", loctime); in main()
|
Completed in 3 milliseconds