tiny-shell 0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
|
#include "datetime.h"
Go to the source code of this file.
Functions | |
enum run_result | run_get_time () |
get time | |
enum run_result | run_get_date () |
get date | |
enum run_result run_get_date | ( | ) |
get date
Definition at line 7 of file datetime.c.
References get_date(), RUN_FAILED, and RUN_OK.
Referenced by invoke_runner().
enum run_result run_get_time | ( | ) |
get time
Definition at line 3 of file datetime.c.
References get_time(), RUN_FAILED, and RUN_OK.
Referenced by invoke_runner().