Re: smpp dlr problem
"Andrea Viscovich" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
>if (smpp->smpp_msg_id_type == 1) {
> char buf[64];
> sprintf(buf,"%Lx", atoll(octstr_get_cstr(msgid)));
> tmp = octstr_format("%s", buf);
I'm very sorry but I have to ask you how to use atoll function.
Infact I have compilation error on that, and I think
is because I'm compiling it under cygwin and atoll is not avalaible.
Have you any hint on how to do?
Thanks
Andrea