1config BR2_PACKAGE_SAFECLIB
2	bool "safeclib"
3	help
4	  safec fork with all C11 Annex K functions
5
6	  This library implements the secure C11 Annex K functions on
7	  top of most libc implementations, which are missing from them.
8
9	  https://rurban.github.io/safeclib/
10