unfinished work
This commit is contained in:
25
src/inc_internal/maat_limits.h
Normal file
25
src/inc_internal/maat_limits.h
Normal file
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
**********************************************************************************************
|
||||
* File: maat_limits.h
|
||||
* Description:
|
||||
* Authors: Liu WenTan <liuwentan@geedgenetworks.com>
|
||||
* Date: 2022-10-31
|
||||
* Copyright: (c) 2018-2022 Geedge Networks, Inc. All rights reserved.
|
||||
***********************************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef _MAAT_LIMITS_H_
|
||||
#define _MAAT_LIMITS_H_
|
||||
|
||||
#ifdef __cpluscplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#define MAX_KEYWORDS_STR 1024
|
||||
|
||||
#ifdef __cpluscplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user