You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. On Mac OS X 10.7
2. gcc readnfccc.c -lnfc -o readnfccc
What is the expected output? What do you see instead?
readnfccc.c:30: error: expected declaration specifiers or ‘...’ before
‘byte_t’
Please provide any additional information below.
Use C99 standard uint8_t instead of byte_t.
uint8_t may not be available on Windows with Viusal C.
Patch attached.
Original issue reported on code.google.com by ludovic....@gmail.com on 8 Sep 2012 at 2:38
Original issue reported on code.google.com by
ludovic....@gmail.com
on 8 Sep 2012 at 2:38Attachments:
The text was updated successfully, but these errors were encountered: