k, op, opc, amf is added

This commit is contained in:
Sukchan Lee 2017-03-02 14:18:24 +09:00
parent 713d786f0c
commit 604817869f
5 changed files with 61 additions and 13 deletions

View file

@ -81,6 +81,8 @@ extern "C" {
CORE_DECLARE(status_t) core_generate_random_bytes(
unsigned char *buf, int length);
CORE_DECLARE(void *) core_ascii_to_hex(char *in, int len, char *out);
/** @} */
#ifdef __cplusplus