I'm working on an operating system related project now and there is one step which requires to check whether a hexadecimal number starts with 3
or not, using C.
Currently my idea is to convert that hexadecimal number into a string and check the initial character but just cannot find out any documentation for doing that. Anybody has any idea? Maybe just a hint.