|
|
|||||||
|
Hello, I am trying to use the sprintf function but when I compile and build the program and get the following message: Signatures does not match: _sprintf I have use sprintf in other compilers with no problem especially printing %d for a character. Cheers Paul |
||||||||
|
|
|||||||
|
Did you include <stdio.h> in the file that calls sprintf()? |
||||||||
|
|
|||||||
|
Doh!! I should have check the library. Cheers Paul |