Function report |
Source Code:lib\sort.c |
Create Date:2022-07-28 06:19:14 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:swap_bytes - swap two elements a byte at a time*@a: pointer to the first element to swap*@b: pointer to the second element to swap*@n: element size* This is the fallback if alignment doesn't allow using larger chunks.
Proto:static void swap_bytes(void *a, void *b, size_t n)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| void * | a | |
| void * | b | |
| size_t | n |
| 113 | Do |
| Name | Describe |
|---|---|
| do_swap | The function pointer is last to make tail calls most efficient if the* compiler decides not to inline this function. |
| 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 |