Ver código fonte

Adding typedef for cstr

Vinicius Teshima 1 ano atrás
pai
commit
42a99bd46c
1 arquivos alterados com 6 adições e 0 exclusões
  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