Created
September 25, 2013 20:46
-
-
Save solisoft/6705799 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma link "Cello" | |
#include "gwan.h" // G-WAN API | |
#include "Cello.h" | |
int main(int argc, char *argv[]) | |
{ | |
var int_item = $(Int, 5); | |
xbuf_xcat(get_reply(argv), "Hello World %d", as_long(int_item)); | |
return 200; // HTTP status (200:'OK') | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment