Changeset d73a56d in mainline


Ignore:
Timestamp:
2012-04-03T15:11:50Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eccdc9e2
Parents:
9f1328cd
Message:

date: display current hour, minute and second

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/date/date.c

    r9f1328cd rd73a56d  
    120120        fflush(stdout);
    121121
     122        printf("%d:%d:%d\n", t.tm_hour, t.tm_min, t.tm_sec);
     123
    122124exit:
    123125        free(svc_name);
Note: See TracChangeset for help on using the changeset viewer.