/[Search-TokyoDystopia]/TokyoDystopia.xs
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /TokyoDystopia.xs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1 by dpavlin, Sun Aug 17 22:17:40 2008 UTC revision 2 by dpavlin, Sun Aug 17 22:24:04 2008 UTC
# Line 17  CODE: Line 17  CODE:
17          RETVAL = tchdberrmsg(ecode);          RETVAL = tchdberrmsg(ecode);
18  OUTPUT:  OUTPUT:
19          RETVAL          RETVAL
20    
21    
22    void *
23    tcidbnew()
24    PREINIT:
25            TCIDB *db;
26    CODE:
27            db = tcidbnew();
28            RETVAL = db;
29    OUTPUT:
30            RETVAL

Legend:
Removed from v.1  
changed lines
  Added in v.2

  ViewVC Help
Powered by ViewVC 1.1.26