This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
snth
/
ged
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Adding typedef for cstr
Vinicius Teshima
1 anno fa
parent
f216725918
commit
42a99bd46c
1 ha cambiato i file
con
6 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
6
0
src/cstr.h
+ 6
- 0
src/cstr.h
Vedi File
@@ -0,0 +1,6 @@
+#ifndef CSTR_H
+#define CSTR_H
+
+typedef const char* cstr;
+
+#endif