]> cloudbase.mooo.com Git - z180-stamp.git/blame - include/cmd_date.h
Merge branch 'fatfs-integration' into fatcommands
[z180-stamp.git] / include / cmd_date.h
CommitLineData
228b1c5f
L
1/*
2 * (C) Copyright 2018 Leo C. <erbl259-lmu@yahoo.de>
3 *
4 * SPDX-License-Identifier: GPL-2.0
5 */
6
7#ifndef CMD_DATE_H
8#define CMD_DATE_H
9
10#include "command.h"
11
12command_ret_t do_date(cmd_tbl_t *, uint_fast8_t, int, char * const []);
13
14#endif /* CMD_DATE_H */