Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

ICC Compiler Support for the strtol() Library Function – KBA88266

ICC Compiler Support for the strtol() Library Function – KBA88266

Anonymous
Not applicable
Version: **

 

Question: Does the ICC compiler support the strtol() library function?

 

Answer:

Yes, the ICC compiler supports the strtol() library function. The function strtol() prototype is declared in the stdlib.h file in the following manner:

long strtol(CONST char *, char **, int);

Refer to the C Language Compiler User Guide for details about this library function. This guide is available in the following path:

Help > Documentation > Compiler and Programming Documents

0 Likes
229 Views
Contributors