C
cybernerdsx2
hi all,
I am not sure if this is the right group to post this question but I
don't want to cross post this message over to other groups as well. So
that's why I choose the closest match to post this question.
Okay, I was looking at the Apache HTTP Server source code and found an
interesting type as following:
#define APR_TIME_C(val) APR_INT64_C(val)
Can anyone tell me is the "val" a C compiler preprocessor?
Rgds,
FJ
I am not sure if this is the right group to post this question but I
don't want to cross post this message over to other groups as well. So
that's why I choose the closest match to post this question.
Okay, I was looking at the Apache HTTP Server source code and found an
interesting type as following:
#define APR_TIME_C(val) APR_INT64_C(val)
Can anyone tell me is the "val" a C compiler preprocessor?
Rgds,
FJ