Top "Tr24731" questions

TR 24731 is a technical report prepared by the ISO C standardization committee, now partially incorporated as optional Annex K in the ISO/IEC 9899:2011 C Standard.

Are there any free implementations of strcpy_s and/or TR24731-1?

I have an old project that is mixed C and C++. It makes extensive use of C strings and of …

c string security cross-platform tr24731
Do you use the TR 24731 'safe' functions?

The ISO C committee (ISO/IEC JTC1/SC21/WG14) has published TR 24731-1 and is working on TR 24731-2: TR 24731…

c security coding-style tr24731
Why is rsize_t defined?

I found that strncpy_s() is defined under VS2013 as errno_t __cdecl strncpy_s ( _Out_writes_z_(_SizeInBytes) char * _…

c++ size-t tr24731
undefined reference to `scanf_s'

I've got a piece of coursework to get done quickly which requires me to be able to debug the code …

c scanf c11 tr24731
Header for scanf_s function

While answering this question I compiled the code on Ideone and got this error implicit declaration of function ‘scanf_s’ […

c header-files c11 tr24731 implicit-declaration
undefined reference to `strcpy_s' can't compile

i follow the book and can't compile this example. Any suggestions? 1 #define __STDC_WANT_LIB_EXT1__ 1 2 #include <string.h&…

c reference undefined strcpy tr24731