/* * (C) Copyright 2014 Leo C. * * SPDX-License-Identifier: GPL-2.0 */ #ifndef STRERROR_H #define STRERROR_H const FLASH char * my_strerror_P(int errnum); #endif /* STRERROR_H */