cstr.h 65 B

123456
  1. #ifndef CSTR_H
  2. #define CSTR_H
  3. typedef const char* cstr;
  4. #endif