mineplex.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2016 Freie Universität Berlin
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
21 #ifndef MINEPLEX_H
22 #define MINEPLEX_H
23 
24 #include <stdint.h>
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
33 #define MINEPLEX_CHAR_W (5U)
34 
38 #define MINEPLEX_CHAR_H (5U)
39 
52 const uint8_t *mineplex_char(char c);
53 
54 #ifdef __cplusplus
55 }
56 #endif
57 
58 #endif /* MINEPLEX_H */
59 
mineplex_char
const uint8_t * mineplex_char(char c)
Get the Mineplex representation of a given ASCII character.