RosettaCodeData/Task/Use-another-language-to-call-a-function/Racket/use-another-language-to-call-a-function-1.rkt

3 lines
73 B
Racket
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
typedef int strfun (char * Data, size_t * Length);
strfun *Query = NULL;