1 2 3 4 5 6 7 8 9 10
#include <stddef.h> #ifndef OP_H #define NUM '0' #define OP_H #endif char getop(char *op, size_t len);