| Function report | 
| Source Code: kernel\debug\kdb\kdb_main.c | Create Date:2022-07-28 11:40:39 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:kdbgetenv - This function will return the character string value of* an environment variable.* Parameters:* match A character string representing an environment variable.* Returns:* NULL No environment variable matches 'match'
Proto:char *kdbgetenv(const char *match)
Type:char
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| const char * | match | 
| 231 | ep = Initial environment | 
| 238 | If Not e Then Continue | 
| 248 | Return NULL | 
| Name | Describe | 
|---|---|
| vkdb_printf | |
| kdbgetulenv | kdbgetulenv - This function will return the value of an unsigned* long-valued environment variable.* Parameters:* match A character string representing a numeric value* Outputs:* *value the unsigned long represntation of the env variable 'match'* Returns: | 
| kdb_local | kdb_local - The main code for kdb | 
| kdb_task_state_string | 
| 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 |