File: compat.h

package info (click to toggle)
ruby-ncurses 1.4.13-0.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 484 kB
  • sloc: ansic: 4,962; ruby: 1,099; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#ifndef _COMPAT_H
#define _COMPAT_H

#ifndef STR2CSTR
#define STR2CSTR(x) ({ VALUE y = x; StringValuePtr (y); })
#endif

#endif