Function report |
Source Code:lib\uuid.c |
Create Date:2022-07-28 06:20:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:d_is_valid - checks if a UUID string is valid*@uuid: UUID string to check* Description:* It checks if the UUID string is following the format:* xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx* where x is a hex digit.* Return: true if input is valid UUID string.
Proto:bool uuid_is_valid(const char *uuid)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | uuid |
87 | Return false |
91 | Return true |
Name | Describe |
---|---|
__uuid_parse |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |