include/ruby/internal/arithmetic/mode_t.h: add doxygen
Must not be a bad idea to improve documents. [ci skip]
This commit is contained in:
parent
92150fde85
commit
e9c423ac6c
Notes:
git
2021-09-10 20:01:21 +09:00
@ -23,14 +23,17 @@
|
|||||||
#include "ruby/internal/config.h"
|
#include "ruby/internal/config.h"
|
||||||
#include "ruby/internal/arithmetic/int.h"
|
#include "ruby/internal/arithmetic/int.h"
|
||||||
|
|
||||||
|
/** Converts a C's `mode_t` into an instance of ::rb_cInteger. */
|
||||||
#ifndef NUM2MODET
|
#ifndef NUM2MODET
|
||||||
# define NUM2MODET RB_NUM2INT
|
# define NUM2MODET RB_NUM2INT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/** Converts an instance of ::rb_cNumeric into C's `mode_t`. */
|
||||||
#ifndef MODET2NUM
|
#ifndef MODET2NUM
|
||||||
# define MODET2NUM RB_INT2NUM
|
# define MODET2NUM RB_INT2NUM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/** A rb_sprintf() format prefix to be used for a `mode_t` parameter. */
|
||||||
#ifndef PRI_MODET_PREFIX
|
#ifndef PRI_MODET_PREFIX
|
||||||
# define PRI_MODET_PREFIX PRI_INT_PREFIX
|
# define PRI_MODET_PREFIX PRI_INT_PREFIX
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user