JeremieRouH / readnfccc

Automatically exported from code.google.com/p/readnfccc
0 stars 0 forks source link

byte_t is not a standard type #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments: