mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
hsearch_r: add DELETE action
Signed-off-by: guohao15 <guohao15@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
4fd175fd5c
commit
b36521d4a4
+2
-1
@@ -35,7 +35,8 @@ typedef struct entry
|
||||
typedef enum
|
||||
{
|
||||
FIND,
|
||||
ENTER
|
||||
ENTER,
|
||||
DELETE
|
||||
} ACTION;
|
||||
|
||||
struct hsearch_data
|
||||
|
||||
Reference in New Issue
Block a user