Function report |
Source Code:lib\vsprintf.c |
Create Date:2022-07-28 06:12:01 |
Last Modify:2022-05-21 09:47:42 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:move_right
Proto:static void move_right(char *buf, char *end, unsigned len, unsigned spaces)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
char * | buf | |
char * | end | |
unsigned | len | |
unsigned | spaces |
562 | If len Then |
Name | Describe |
---|---|
widen_string | Handle field width padding for a string.*@buf: current buffer position*@n: length of string*@end: end of output buffer*@spec: for field width and flags* Returns: new buffer position after padding. |
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 |