Selaa lähdekoodia

Adding typedef for cstr

Vinicius Teshima 1 vuosi sitten
vanhempi
sitoutus
42a99bd46c
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      src/cstr.h

+ 6 - 0
src/cstr.h

@@ -0,0 +1,6 @@
+#ifndef CSTR_H
+#define CSTR_H
+
+typedef const char* cstr;
+
+#endif