vlang / c2v

C/C++ to V translator
GNU General Public License v3.0
219 stars 29 forks source link

parameter name must not begin with upper case letter #137

Open topcheese opened 11 months ago

topcheese commented 11 months ago
Remotery.v:729:14: error: parameter name must not begin with upper case letter (`Wchar_t`)
  727 |     rem i64
  728 | }
  729 | fn mbstowcs( Wchar_t *restrict,  Char *restrict,  usize) usize
      |              ~~~~~~~

I forgot to mention my system. Mac 12.6.7. I think I also got past this issue.

C code origin -> https://github.com/Celtoys/Remotery

felipensp commented 6 months ago

Possible related to #164