rih5342
Marine/Ocean
- May 8, 2007
- 40
Non-C programmer here.
I'm using GCC and Gfortran V5.2 (which BTW self compiled perfectly), on Windows7(64).
I'm getting this C error.
rpc/types.h:78:9: error: unknown type name '__u_char'
typedef __u_char u_char;
What does the double underscore do, what does it mean?
Thank you.
I'm using GCC and Gfortran V5.2 (which BTW self compiled perfectly), on Windows7(64).
I'm getting this C error.
rpc/types.h:78:9: error: unknown type name '__u_char'
typedef __u_char u_char;
What does the double underscore do, what does it mean?
Thank you.