c2v icon indicating copy to clipboard operation
c2v copied to clipboard

use `&Type` instead of `*Type` when declaring references

Open topcheese opened this issue 2 years ago • 1 comments

Remotery.v:729:22: error: use `&Type` instead of `*Type` when declaring references
  727 |     rem i64
  728 | }
  729 | fn mbstowcs( wchar_t *restrict,  char *restrict,  usize) usize

I figure you want to know the issues that come up, but so far seems like easy fixes.

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

topcheese avatar Aug 15 '23 06:08 topcheese

Possible related to #164

felipensp avatar Jan 13 '24 22:01 felipensp