DEBSOURCES
Skip Quicknav
sources / deheader / 1.11-1 / test / ctime.c
123456789101112
/* * Items: ctime( * Standardized-By: SuS * Detected-by: gcc-4.4.3 + Linux */ #include <time.h> int main(int arg, char **argv) { (void)ctime(NULL); }