Function report |
Source Code:lib\test_overflow.c |
Create Date:2022-07-28 06:31:17 |
| Last Modify:2022-05-18 10:03:51 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:test_module_init
Proto:static int __init test_module_init(void)
Type:int
Parameter:Nothing
| 597 | err = 0 |
| 599 | err |= test_overflow_calculation() |
| 600 | err |= test_overflow_shift() |
| 603 | If err Then |
| 606 | Else |
| 607 | pr_info("all tests passed\n") |
| 610 | Return err |
| 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 |