summaryrefslogtreecommitdiff
path: root/include/strerror.h
blob: 045731622838b83ed4885c55392f84fc11d6cad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * (C) Copyright 2018 Leo C. <erbl259-lmu@yahoo.de>
 *
 * 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 */