version 1.4, 2014/04/27 16:29:40
|
version 1.4.2.1, 2016/09/14 15:52:36
|
Line 12 terms:
|
Line 12 terms:
|
All of the documentation and software included in the ELWIX and AITNET |
All of the documentation and software included in the ELWIX and AITNET |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
|
|
Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 | Copyright 2004 - 2016 |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
|
|
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
Line 61 SUCH DAMAGE.
|
Line 61 SUCH DAMAGE.
|
mqtt_Errno = errno; \ |
mqtt_Errno = errno; \ |
strlcpy(mqtt_Error, strerror(errno), sizeof mqtt_Error); \ |
strlcpy(mqtt_Error, strerror(errno), sizeof mqtt_Error); \ |
} |
} |
|
|
|
#ifndef HAVE_STRLCAT |
|
size_t strlcat(char * __restrict dst, const char * __restrict src, size_t siz); |
|
#endif |
|
#ifndef HAVE_STRLCPY |
|
size_t strlcpy(char * __restrict dst, const char * __restrict src, size_t siz); |
|
#endif |
|
|
|
|
extern int mqtt_Errno; |
extern int mqtt_Errno; |