uuid_equal.3ncs
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3NCS 代码 · 共 50 行
3NCS
50 行
.TH uuid_equal 3ncs.SH Nameuuid_equal \- compare two UUIDs.SH Syntax#include <idl/c/uuid.h>boolean uuid_$equal(\fIu1, u2\fP).nfuuid_$t *\fIu1\fP;uuid_$t *\fIu2\fP;.fi.\".SH SYNOPSIS (PASCAL).\".DS.\"\fB%include '/usr/include/idl/pas/uuid.ins.pas'\fR.\".\"\fBfunction uuid_$equal(\fR.\" \fBin \fIu1\fB: uuid_$t;\fR.\" \fBin \fIu2\fB: uuid_$t): boolean;\fR.\".DE.SH Arguments.TP \fIu1\fRA UUID..TP \fIu2\fRAnother UUID..SH DescriptionThe .PN uuid_$encoderoutine compares the UUIDs \fIu1\fR and \fIu2\fR.It returns `true' if they are equal, `false' if they are not..NXR "Operations on Universal Unique Identifiers" "uuid_equal".SH ExamplesThe following code compares the UUIDs .B bar_uuidand.B foo_uuid:.EXif (uuid_$equal (&bar_uuid, &foo_uuid)) printf ("bar and foo UUIDs are equal\en");else printf ("bar and foo UUIDs are not equal\en");.EE.SH Files.PN /usr/include/idl/uuid.idl.br.PN /usr/include/idl/c/uuid.h.SH See Alsointro(3ncs)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?