#include <stdint.h>
#include "arc/std/string.h"
Go to the source code of this file.
|
| void | ARC_MathConfig_Init (ARC_Config *config) |
| |
| uint8_t | ARC_Point_Read (ARC_Config *config, ARC_String *string, void **value) |
| |
| uint8_t | ARC_Rect_Read (ARC_Config *config, ARC_String *string, void **value) |
| |
| uint8_t | ARC_RectArray_Read (ARC_Config *config, ARC_String *string, void **value) |
| |
| void | ARC_Point_Delete (ARC_Config *config, ARC_String *string, void *value) |
| |
| void | ARC_Rect_Delete (ARC_Config *config, ARC_String *string, void *value) |
| |
| void | ARC_RectArray_Delete (ARC_Config *config, ARC_String *string, void *value) |
| |
◆ ARC_MathConfig_Init()
◆ ARC_Point_Delete()
◆ ARC_Point_Read()
◆ ARC_Rect_Delete()
◆ ARC_Rect_Read()
◆ ARC_RectArray_Delete()
◆ ARC_RectArray_Read()