Explorar el Código

Adding typedef for cstr

Vinicius Teshima hace 1 año
padre
commit
42a99bd46c
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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