Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

byte_t is not a standard type #3

Open
GoogleCodeExporter opened this issue Sep 16, 2015 · 0 comments
Open

byte_t is not a standard type #3

GoogleCodeExporter opened this issue Sep 16, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant