ext/-test-/add_suffix/bug.c File Reference

#include "ruby.h"
#include "ruby/defines.h"
#include "ruby/util.h"
#include "util.c"

Go to the source code of this file.

Defines

#define _WIN32   1

Functions

static unsigned long ruby_scan_oct ()
static unsigned long ruby_scan_hex ()
static unsigned long ruby_strtoul ()
static void ruby_qsort ()
static char * ruby_strdup ()
static char * ruby_getcwd ()
static double ruby_strtod ()
static char * ruby_dtoa ()
static void ruby_each_words ()
static char * ruby_hdtoa ()
static VALUE add_suffix (VALUE self, VALUE path, VALUE suffix)
void Init_bug (void)

Define Documentation

#define _WIN32   1

Definition at line 15 of file bug.c.


Function Documentation

static VALUE add_suffix ( VALUE  self,
VALUE  path,
VALUE  suffix 
) [static]

Definition at line 20 of file bug.c.

References ruby_add_suffix(), and StringValueCStr.

Referenced by Init_bug().

void Init_bug ( void   ) 

Definition at line 28 of file bug.c.

References add_suffix(), rb_define_module(), and rb_define_module_function().

static char* ruby_dtoa (  )  [static]
static void ruby_each_words (  )  [static]
static char* ruby_getcwd (  )  [static]

Definition at line 613 of file util.c.

static char* ruby_hdtoa (  )  [static]
static void ruby_qsort (  )  [static]

Referenced by enum_sort_by(), and rb_ary_sort_bang().

static unsigned long ruby_scan_hex (  )  [static]
static unsigned long ruby_scan_oct (  )  [static]
static char* ruby_strdup (  )  [static]
static double ruby_strtod (  )  [static]
static unsigned long ruby_strtoul (  )  [static]

Generated on 1 Aug 2012 for Ruby by  doxygen 1.6.1