Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Pb with itoa

807575Jan 24 2002 — edited Jan 31 2002
I get the following message: "Error: The function itoa" must have a prototype even if I included stdlib.h.

int t = 2;
char tmp[16];
itoa(t,tmp,10);
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 28 2002
Added on Jan 24 2002
1 comment
172 views