2003-04-01 09:19:34 +02:00
\documentclass { article}
\usepackage [fancyhdr,pdf] { latex2man}
\input { common.tex}
\begin { document}
\begin { Name} { 3} { unw\_ is\_ fpreg} { David Mosberger-Tang} { Programming Library} { unw\_ is\_ fpreg} unw\_ is\_ fpreg -- check if a register is a floating-point register
\end { Name}
\section { Synopsis}
\File { \# include $ < $ libunwind.h$ > $ } \\
\Type { int} \Func { unw\_ is\_ fpreg} (\Type { unw\_ regnum\_ t} \Var { reg} );\\
\section { Description}
The \Func { unw\_ is\_ fpreg} () routine checks whether register number
\Var { reg} is a floating-point register.
2004-01-21 02:05:07 +01:00
This routine is normally implemented as a macro and applications
should not attempt to take its address.
2003-04-01 09:19:34 +02:00
\section { Return Value}
The \Func { unw\_ is\_ fpreg} () routine returns a non-zero value if
\Var { reg} is a floating-point register. Otherwise, it returns a value
of 0.
\section { Thread and Signal Safety}
\Func { unw\_ is\_ fpreg} () is thread-safe as well as safe to use
from a signal handler.
\section { See Also}
\SeeAlso { libunwind(3)} ,
\SeeAlso { unw\_ get\_ reg(3)} ,
\SeeAlso { unw\_ set\_ reg(3)} ,
\SeeAlso { unw\_ get\_ fpreg(3)} ,
\SeeAlso { unw\_ set\_ fpreg(3)}
\section { Author}
\noindent
David Mosberger-Tang\\
2007-08-22 20:49:08 +02:00
Email: \Email { dmosberger@gmail.com} \\
WWW: \URL { http://www.nongnu.org/libunwind/} .
2003-04-01 09:19:34 +02:00
\LatexManEnd
\end { document}