File: neo_ruby.h

package info (click to toggle)
clearsilver 0.10.5-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,304 kB
  • sloc: ansic: 24,586; python: 4,233; sh: 2,502; cs: 1,429; ruby: 819; java: 735; makefile: 589; perl: 120; lisp: 34; sql: 21
file content (11 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11

#ifndef __NEO_RUBY_H_
#define __NEO_RUBY_H_

typedef struct s_hdfh {
  HDF *hdf;
  struct s_hdfh *parent;
  VALUE top;
} t_hdfh;

#endif