/* * (C) Copyright 2018 Leo C. * * SPDX-License-Identifier: GPL-2.0 */ #ifndef STRERROR_H #define STRERROR_H #include "errnum.h" const FLASH char * my_strerror_P(ERRNUM errnum); #endif /* STRERROR_H */