_mbsrevおよび_mbsrev_lは、Windows ランタイムで実行するアプリケーションでは使用できません。 詳細については、「ユニバーサル Windows プラットフォーム アプリでサポートされていない CRT 関数」を参照してください。 構文 Cコピー ...
[-Wimplicit-function-declaration] 14 | strcpy(mot_reverse, strrev(mot)); | ^~~~ | strsep /usr/bin/ld: /tmp/cc9hnaOp.o: in function `main': main.c:(.text+0xb6): undefined reference to `strrev' collect2: error: ld returned 1 exit status What the compiler is telling you here...
在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...
_mbsrev和_mbsrev_l无法用于在 Windows 运行时中执行的应用程序。 有关详细信息,请参阅通用 Windows 平台应用中不支持的 CRT 函数。 语法 C char*_strrev(char*str );wchar_t*_wcsrev(wchar_t*str );unsignedchar*_mbsrev(unsignedchar*str );unsignedchar*_mbsrev_l(unsignedchar*str,_locale_tlocale ...
C runtime library (CRT) reference CRT library features Universal C runtime routines by category Global variables and standard types Global constants Generic-text mappings Locale names, languages, and country-region strings Function family overviews Obsolete functions CRT alphabetical function reference CRT...
在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...