Ruby
1.9.3p484(2013-11-22revision43786)
Main Page
Modules
Data Structures
Files
File List
Globals
ext
digest
defs.h
Go to the documentation of this file.
1
/* -*- C -*-
2
* $Id: defs.h 25189 2009-10-02 12:04:37Z akr $
3
*/
4
5
#ifndef DEFS_H
6
#define DEFS_H
7
8
#include "ruby.h"
9
#include <sys/types.h>
10
11
#if defined(HAVE_SYS_CDEFS_H)
12
# include <sys/cdefs.h>
13
#endif
14
#if !defined(__BEGIN_DECLS)
15
# define __BEGIN_DECLS
16
# define __END_DECLS
17
#endif
18
19
#endif
/* DEFS_H */
20
Generated on Fri Nov 22 2013 07:03:58 for Ruby by
1.8.3