Parcourir la source

Adding typedef for cstr

Vinicius Teshima il y a 1 an
Parent
commit
42a99bd46c
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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