Hi,
I'm "translating" some Fortran code into ANSI C code and I'm not a Fortran developer!
Now I'm in a deadline. I've found some without meaning (for me!!!) code.
What does it means? How can I translate in ANSI C?
IF(X-TAB(NXP)) 70002, 4 ,70004
70002 NXP = NXP - 1
IF(X-TAB(NXP))...