I've C code that use a lot of commands identified by static string constants. In C I can compare two strings with strcmp(A, B) for example but as I only ...
確定! 回上一頁