/[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

Contents of /TokyoDystopia.xs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Sun Aug 17 22:17:40 2008 UTC (15 years, 7 months ago) by dpavlin
File size: 321 byte(s)
start implementation of XS patches for Tokyo Dystopia after ACK from
author that he isn't interested in writing bindings and encouraged me
to publish to CPAN
1 #include "EXTERN.h"
2 #include "perl.h"
3 #include "XSUB.h"
4 #include <dystopia.h>
5 #include <stdlib.h>
6 #include <stdbool.h>
7 #include <stdint.h>
8
9
10 MODULE = Search::TokyoDystopia PACKAGE = Search::TokyoDystopia
11 PROTOTYPES: DISABLE
12
13 const char *
14 tcidberrmsg(ecode)
15 int ecode
16 CODE:
17 RETVAL = tchdberrmsg(ecode);
18 OUTPUT:
19 RETVAL

  ViewVC Help
Powered by ViewVC 1.1.26