sprintf undeclared???? PLEASE HELP

Started by
0 comments, last by CmdJoeM 21 years, 5 months ago
I have a line of code like the following: sprintf (chString3, "%s %s", chString, chString2); and it says sprintf undeclared why? please help
Advertisement
You need to #include <stdio.h>
ReactOS - an Open-source operating system compatible with Windows NT apps and drivers

This topic is closed to new replies.

Advertisement