mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
include/ruby/internal/arithmetic/uid_t.h: add doxygen
Must not be a bad idea to improve documents. [ci skip]
This commit is contained in:
parent
0ea157136f
commit
edf1964bdf
Notes:
git
2021-09-10 20:01:24 +09:00
1 changed files with 3 additions and 0 deletions
|
@ -23,14 +23,17 @@
|
||||||
#include "ruby/internal/config.h"
|
#include "ruby/internal/config.h"
|
||||||
#include "ruby/internal/arithmetic/long.h"
|
#include "ruby/internal/arithmetic/long.h"
|
||||||
|
|
||||||
|
/** Converts a C's `uid_t` into an instance of ::rb_cInteger. */
|
||||||
#ifndef UIDT2NUM
|
#ifndef UIDT2NUM
|
||||||
# define UIDT2NUM RB_LONG2NUM
|
# define UIDT2NUM RB_LONG2NUM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/** Converts an instance of ::rb_cNumeric into C's `uid_t`. */
|
||||||
#ifndef NUM2UIDT
|
#ifndef NUM2UIDT
|
||||||
# define NUM2UIDT RB_NUM2LONG
|
# define NUM2UIDT RB_NUM2LONG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/** A rb_sprintf() format prefix to be used for a `uid_t` parameter. */
|
||||||
#ifndef PRI_UIDT_PREFIX
|
#ifndef PRI_UIDT_PREFIX
|
||||||
# define PRI_UIDT_PREFIX PRI_LONG_PREFIX
|
# define PRI_UIDT_PREFIX PRI_LONG_PREFIX
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue