libsmpp34/test_apps
Vadim Yanitskiy e9ffa494f0 fix warnings about implicit declaration of strtol()
This commit fixes several warnings like this one:

In file included from ../../../src/libsmpp34/test_apps/smpp.c:40:
test_apps/smpp.c: In function ‘do_smpp_send_message2’:
test_apps/esme.h:32:16: warning: implicit declaration of function ‘strtol’;
                                 did you mean ‘strtok’? [-Wimplicit-function-declaration]
   32 |          dst = strtol((char*)clave, NULL, 10);\
      |                ^~~~~~
test_apps/smpp.c:223:5: note: in expansion of macro ‘GET_PROP_INT’
  223 |     GET_PROP_INT( req.source_addr_ton, p, "source_addr_ton" );
      |     ^~~~~~~~~~~~

Change-Id: I16d9e0171d4c26f721c300e22c78b77f6db4895c
2024-01-08 20:46:47 +07:00
..
Makefile.am auto-foo: Build test apps with libxml2 only if it is available 2012-11-09 09:12:42 +01:00
analizer.c misc: Always include stdint.h as it is almost 2013 now 2012-11-09 13:39:51 +01:00
esme.c fix warnings about implicit declaration of strtol() 2024-01-08 20:46:47 +07:00
esme.h initial import of libsmpp34-1.10 2012-11-07 08:32:31 +01:00
esme.xml test: Be able to bind to a local source/port 2014-10-01 08:18:43 +02:00
pack_and_send.inc initial import of libsmpp34-1.10 2012-11-07 08:32:31 +01:00
recv_and_unpack.inc Fix various typos in log messages 2016-05-25 20:07:55 +00:00
sendwp.c fix warnings about implicit declaration of strtol() 2024-01-08 20:46:47 +07:00
sendwp.h initial import of libsmpp34-1.10 2012-11-07 08:32:31 +01:00
sendwp.xml initial import of libsmpp34-1.10 2012-11-07 08:32:31 +01:00
smpp.c fix warnings about implicit declaration of strtol() 2024-01-08 20:46:47 +07:00
smpp_smsc.c test_apps: Fix compilation of example smsc code 2022-10-27 13:44:38 +02:00
smpp_smsc.h add missing C files for running a small SMSC-side SMPP implementation 2012-11-09 09:00:50 +01:00
smsc_main.c test_apps: Fix compilation of example smsc code 2022-10-27 13:44:38 +02:00
tcp.c fix warnings about implicit declaration of strtol() 2024-01-08 20:46:47 +07:00