Sha256: ca22c49a7afb9dd1894645a5717ffc9d7f6731fc01a3d01a1ae5eeb5da2fdcdc

Contents?: true

Size: 392 Bytes

Versions: 6

Compression:

Stored size: 392 Bytes

Contents

#include "gyro.h"
#include "../libev/ev.c"

void Init_Gyro();
void Init_Gyro_Async();
void Init_Gyro_Child();
void Init_Gyro_IO();
void Init_Gyro_Signal();
void Init_Gyro_Timer();
void Init_Socket();

void Init_gyro_ext() {
  ev_set_allocator(xrealloc);

  Init_Gyro();
  Init_Gyro_Async();
  Init_Gyro_Child();
  Init_Gyro_IO();
  Init_Gyro_Signal();
  Init_Gyro_Timer();

  Init_Socket();
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
polyphony-0.25 ext/gyro/gyro_ext.c
polyphony-0.24 ext/gyro/gyro_ext.c
polyphony-0.23 ext/gyro/gyro_ext.c
polyphony-0.22 ext/gyro/gyro_ext.c
polyphony-0.21 ext/gyro/gyro_ext.c
polyphony-0.20 ext/gyro/gyro_ext.c