News

BR><BR>I'm writing test code in C, and I need 100 pointers to (unique) functions. I'm trying to cast my function to an int, add an offset, and cast it back to a function pointer (I don't plan on ...