Sha256: c8c26f256adc1bff63d9205ec647954ce2afeafa5f0a8440a99ae8bd40fe356e
Contents?: true
Size: 201 Bytes
Versions: 16
Compression:
Stored size: 201 Bytes
Contents
#if PLATFORM_WINDOWS || PLATFORM_MAC # define IDENTIFIER(n) _##n #else /* Linux */ # define IDENTIFIER(n) n #endif .globl IDENTIFIER(lib1_function) IDENTIFIER(lib1_function): movl $42, %eax ret
Version data entries
16 entries across 16 versions & 3 rubygems