Fast and reasonably complete (framebuffer) terminal emulator (Zig fork)

Do not use reserved identifiers for include guards

mintsuki 545ab1fa 68ace922

Changed files
+4 -4
backends
+2 -2
backends/fb.h
···
* POSSIBILITY OF SUCH DAMAGE.
*/
-
#ifndef _FLANTERM_FB_H
-
#define _FLANTERM_FB_H 1
+
#ifndef FLANTERM_FB_H
+
#define FLANTERM_FB_H 1
#ifdef __cplusplus
extern "C" {
+2 -2
flanterm.h
···
* POSSIBILITY OF SUCH DAMAGE.
*/
-
#ifndef _FLANTERM_H
-
#define _FLANTERM_H 1
+
#ifndef FLANTERM_H
+
#define FLANTERM_H 1
#ifdef __cplusplus
extern "C" {