I'm have coded in c for a while but I've come across some source code that contains something I've never seen:

char in_proc ??(??) = "INITIAL PROCEDURE";

I have no idea what ??(??) does in this case. Does this make me a terrible c programmer? Could someone explain what it does?

Best regards,

Rembi