📄 uuid_encode.3ncs
字号:
.TH uuid_encode 3ncs.SH Nameuuid_encode \- convert a UUID into its character-string representation.SH Syntax#include <idl/c/uuid.h>void uuid_$encode(\fIuuid, s\fP).nfuuid_$t *\fIuuid\fP;uuid_$string_t \fIs\fP;.fi.\".SH SYNOPSIS (PASCAL).\".DS.\"\fB%include '/usr/include/idl/pas/uuid.ins.pas'\fR.\".\"\fBprocedure uuid_$encode(\fR.\" \fBin \fIuuid\fB: uuid_$t;\fR.\" \fBout \fIs\fB: uuid_$string_t);\fR.\".DE.SH Arguments.TP \fIuuid\fRA UUID..TP \fIs\fRThe character-string representation of \fIuuid\fR..SH DescriptionThe .PN uuid_$encoderoutine returns the character-string representation of a UUID..NXR "Operations on Universal Unique Identifiers" "uid_encode".SH ExamplesThe following routine returns as .B foo_uuid_repthe character-string representation for the UUID .B foo_uuid:.EXuuid_$encode (&foo_uuid, foo_uuid_rep);.EE.SH Files.PN /usr/include/idl/uuid.idl.br.PN /usr/include/idl/c/uuid.h.SH See Alsointro(3ncs), uuid_decode(3ncs)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -