Sfoglia il codice sorgente

Adding typedef for cstr

Vinicius Teshima 1 anno fa
parent
commit
42a99bd46c
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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