Function report |
Source Code:lib\seq_buf.c |
Create Date:2022-07-28 06:14:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:seq_buf_puts - sequence printing of simple string*@s: seq_buf descriptor*@str: simple string to record* Copy a simple string into the sequence buffer.* Returns zero on success, -1 on overflow
Proto:int seq_buf_puts(struct seq_buf *s, const char *str)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_buf * | s | |
const char * | str |
148 | len += 1 |
156 | seq_buf_set_overflow(s) |
157 | Return -1 |
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 |