Vinicius Teshima 1 жил өмнө
parent
commit
42a99bd46c
1 өөрчлөгдсөн 6 нэмэгдсэн , 0 устгасан
  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