mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
73564c399a
This commit shows how to add implementations of missing functions for platforms where those functions are not present. In this case we are adding the `strlcpy()` and `strlcat()`, which are "safe" replacements for `strncpy()` and `strncat()` that behave in a way more consistent with developer expectations. After this commit, adding additional replacements for missing functions should be fairly straightforward. [1]: http://stackoverflow.com/questions/3821916/how-to-merge-two-ar-static-libraries-into-one [2]: https://www.gnu.org/software/automake/manual/html_node/Libtool-Convenience-Libraries.html
40 lines
417 B
Plaintext
40 lines
417 B
Plaintext
*.a
|
|
*.db
|
|
*.gcda
|
|
*.gcno
|
|
*.log
|
|
*.o
|
|
*.lo
|
|
*.la
|
|
*.opendb
|
|
*.orig
|
|
*.pyc
|
|
*.suo
|
|
*.trs
|
|
*.user
|
|
*~
|
|
.deps
|
|
.dirstamp
|
|
.DS_Store
|
|
.local-version
|
|
.libs
|
|
.vagrant
|
|
aclocal.m4
|
|
autom4te.cache
|
|
build
|
|
configure
|
|
config.log
|
|
config.status
|
|
doc/Doxyfile
|
|
doc/html
|
|
etc/visual-studio/BundleArtifacts
|
|
etc/visual-studio/Generated Files
|
|
include/openthread-config.h
|
|
include/openthread-config.h.in
|
|
include/stamp-h1
|
|
ipch
|
|
libtool
|
|
Makefile
|
|
Makefile.in
|
|
output
|