1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
This commit is contained in:
spaette 2022-08-27 16:09:55 -05:00 committed by Takashi Kokubun
parent 95d2d7920c
commit a797ded8e2
Notes: git 2022-08-28 06:43:22 +09:00
4 changed files with 5 additions and 4 deletions

View file

@ -18,7 +18,8 @@
* Do not expect for instance `__VA_ARGS__` is always available.
* We assume C99 for ruby itself but we don't assume languages of
* extension libraries. They could be written in C++98.
* @brief Conversion between C's arithmtic types and Ruby's numeric types.
* @brief Conversion between C's arithmetic types and Ruby's numeric types
* .
*/
#include "ruby/internal/arithmetic/char.h"
#include "ruby/internal/arithmetic/double.h"