root/ext/vport/vportlib.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. Scm_Init_vportlib

   1 /* Generated by genstub.  Do not edit. */
   2 #include <gauche.h>
   3 #if defined(__CYGWIN__) || defined(__MINGW32__)
   4 #define SCM_CGEN_CONST /*empty*/
   5 #else
   6 #define SCM_CGEN_CONST const
   7 #endif
   8 #include "gauche/vport.h"
   9 
  10 void Scm_Init_vportlib(ScmModule *module)
  11 {
  12 
  13 }

/* [<][>][^][v][top][bottom][index][help] */