DEBSOURCES
Skip Quicknav
sources / ruby-ncurses / 1.4.9-1 / compat.h
12345678
#ifndef _COMPAT_H #define _COMPAT_H #ifndef STR2CSTR #define STR2CSTR(x) ({ VALUE y = x; StringValuePtr (y); }) #endif #endif