Function report |
Source Code:block\partitions\atari.c |
Create Date:2022-07-28 17:25:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:OK_id
Proto:static inline int OK_id(char *s)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char * | s |
29 | Return memcmp(s, "GEM", 3) == 0 || memcmp(s, "BGM", 3) == 0 || memcmp(s, "LNX", 3) == 0 || memcmp(s, "SWP", 3) == 0 || memcmp(s, "RAW", 3) == 0 |
Name | Describe |
---|---|
atari_partition |
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 |