Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Macros | Typedefs
serial.h File Reference

Internal header for rb_serial_t. More...

#include "ruby/internal/config.h"
#include "ruby/defines.h"

Go to the source code of this file.

Macros

#define SERIALT2NUM   ULL2NUM
 
#define PRI_SERIALT_PREFIX   PRI_LL_PREFIX
 
#define SIZEOF_SERIAL_T   SIZEOF_LONG_LONG
 

Typedefs

typedef unsigned LONG_LONG rb_serial_t
 

Detailed Description

Internal header for rb_serial_t.

Author
Ruby developers ruby-.nosp@m.core.nosp@m.@ruby.nosp@m.-lan.nosp@m.g.org

Definition in file serial.h.

Macro Definition Documentation

◆ PRI_SERIALT_PREFIX

#define PRI_SERIALT_PREFIX   PRI_LL_PREFIX

Definition at line 21 of file serial.h.

◆ SERIALT2NUM

#define SERIALT2NUM   ULL2NUM

Definition at line 20 of file serial.h.

◆ SIZEOF_SERIAL_T

#define SIZEOF_SERIAL_T   SIZEOF_LONG_LONG

Definition at line 22 of file serial.h.

Typedef Documentation

◆ rb_serial_t

typedef unsigned LONG_LONG rb_serial_t

Definition at line 19 of file serial.h.