Co takhle jednoduché makro, napadá mě třeba:#define UpCase(c) ( ((c)>='a' && (c)<='z')?(c)-('a'-'A'):(c) )