summaryrefslogtreecommitdiffstats
path: root/sample/export.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-15 13:48:51 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-15 13:48:51 +0000
commit3869eebe049b39470020c036ff212df57293ba69 (patch)
tree0b3a55b22abf2e18dbb7c9d49ed8646a00042c5d /sample/export.rb
parent5f10d4ca6585f54870e1b0d6b9dacc60d040e53e (diff)
downloadruby-3869eebe049b39470020c036ff212df57293ba69.tar.gz
ruby-3869eebe049b39470020c036ff212df57293ba69.tar.xz
ruby-3869eebe049b39470020c036ff212df57293ba69.zip
* ext/pty/pty.c (pty_open): new method PTY.open.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/export.rb')
0 files changed, 0 insertions, 0 deletions
="hl kwb">unsigned long scan_oct _((const char*, int, int*)); #define scan_hex ruby_scan_hex unsigned long scan_hex _((const char*, int, int*)); #if defined(MSDOS) || defined(__CYGWIN32__) || defined(_WIN32) void ruby_add_suffix(); #endif void ruby_qsort _((void*, const int, const int, int (*)())); #define qsort(b,n,s,c) ruby_qsort(b,n,s,c) void ruby_setenv _((const char*, const char*)); void ruby_unsetenv _((const char*)); #undef setenv #undef unsetenv #define setenv(name,val) ruby_setenv(name,val) #define unsetenv(name,val) ruby_unsetenv(name); char *ruby_strdup _((const char*)); #undef strdup #define strdup(s) ruby_strdup(s) char *ruby_getcwd _((void)); #define my_getcwd() ruby_getcwd() double ruby_strtod _((const char*, char **)); #define strtod(s,e) ruby_strtod(s,e) #endif /* UTIL_H */