parser-c 0.3.0

Macros for parser-c.
Documentation
1
2
3
4
5
6
__complex__ float c;
int main() {
  float i = __imag (c*2);
  float r = __real (c-2);
  __complex__ double x = 2LLj + 2.0fj;
}