在Windows 執行階段中執行的應用程式中無法使用 _mbsrev 和_mbsrev_l。 如需詳細資訊,請參閱 CRT functions not supported in Universal Windows Platform apps (通用 Windows 平台應用程式中不支援的 CRT 函式)。語法C 複製 char *_strrev( char *str ); wchar_t *_wcsrev( wchar_t *str ); unsigned...
*char *_strrev(string) - reverse a string in place * *Purpose: * Reverses the order of characters in the string. The terminating * null character remains in place. * *Entry: * char *string - string to reverse * *Exit: * returns string - now with reversed characters * *Exceptions: *...
everytime i try to use strrev() in my program i recieve a warning ! this is my program : #include ... printf("%s",mot_reverse); return 0; }
在Windows 執行階段中執行的應用程式中無法使用_mbsrev和_mbsrev_l。 如需詳細資訊,請參閱CRT functions not supported in Universal Windows Platform apps(通用 Windows 平台應用程式中不支援的 CRT 函式)。 語法 C char*_strrev(char*str );wchar_t*_wcsrev(wchar_t*str );unsignedchar*_mbsrev(unsignedch...