Use another language to call a function: Difference between revisions

Content added Content deleted
Line 468: Line 468:
#include<stdlib.h>
#include<stdlib.h>
#include<string.h>
#include<string.h>

extern int Query(char*,unsigned*);


int main(int argc,char*argv[]) {
int main(int argc,char*argv[]) {