KOMODO_DEFS_H

This commit is contained in:
jl777
2017-11-10 19:15:34 +02:00
parent cc30b05e0d
commit 5416af1ddc
15 changed files with 32 additions and 3 deletions

View File

@@ -16,6 +16,8 @@
#ifndef H_KOMODOKV_H
#define H_KOMODOKV_H
#include "komodo_defs.h"
int32_t komodo_kvcmp(uint8_t *refvalue,uint16_t refvaluesize,uint8_t *value,uint16_t valuesize)
{
if ( refvalue == 0 && value == 0 )