0

test.c(8): error C141: syntax error near '(', expected ''

test.c(8): error C141: syntax error near 'unsigned', expected 'hdata'

test.c(8): error C141: syntax error near 'unsigned', expected 'hdata'

lines 8 ,49 and 56

enter image description here

enter image description here

James
  • 1
  • 1
    Your compiler considers `data` to be a reserved keyword - notice how it colored differently by the editor's syntax highlighting? You cannot use that as the name of a function. – jasonharper Oct 02 '21 at 05:14
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Oct 09 '21 at 00:28

0 Answers0