'\" t .\" Title: ipc_parse_version .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Kernel IPC facilities .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "IPC_PARSE_VERSION" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Kernel IPC facilities" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ipc_parse_version \- ipc call version .SH "SYNOPSIS" .HP \w'int\ ipc_parse_version('u .BI "int ipc_parse_version(int\ *\ " "cmd" ");" .SH "ARGUMENTS" .PP \fIcmd\fR .RS 4 pointer to command .RE .SH "DESCRIPTION" .PP Return IPC_64 for new style IPC and IPC_OLD for old style IPC\&. The \fIcmd\fR value is turned from an encoding command and version into just the command code\&. .SH "COPYRIGHT" .br