]> cloudbase.mooo.com Git - z180-stamp.git/blob - include/strerror.h
rewrite of cmd_cpu/do_cpu_freq
[z180-stamp.git] / include / strerror.h
1 /*
2 * (C) Copyright 2018 Leo C. <erbl259-lmu@yahoo.de>
3 *
4 * SPDX-License-Identifier: GPL-2.0
5 */
6
7 #ifndef STRERROR_H
8 #define STRERROR_H
9
10 #include "errnum.h"
11
12 const FLASH char * my_strerror_P(ERRNUM errnum);
13
14 #endif /* STRERROR_H */