Function report |
Source Code:lib\oid_registry.c |
Create Date:2022-07-28 07:22:09 |
Last Modify:2020-03-16 15:34:20 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sprint_OID - Print an Object Identifier into a buffer*@oid: The OID to print*@buffer: The buffer to render into*@bufsize: The size of the buffer* The OID is rendered into the buffer in "a.b.c.d" format and the number of* bytes is returned.
Proto:int sprint_OID(enum OID oid, char *buffer, size_t bufsize)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
enum OID | oid | |
char * | buffer | |
size_t | bufsize |
173 | Return ret |
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 |