I am trying to use the function snprintf() in the #include<stdio> library. However, when I build I find the function does not exist. When I open up the "stdio library" file, I see it is from 1986-1999 and that function does not exist.
However, I have another project where I also use the function snprintf() in the #include<stdio> library and I have no issue. When I open up the "stdio library" file, I see it is from 2003-2010 and the function exists.
How do I include the more recent library such that I can use this function?
Thanks,
Beau