Incorporating C code problem

From: jerry <jerry_at_nyahnyahspammersnyahnyah>
Date: Thu, 23 Feb 2006 17:37:12 +0800

Hi

I have a C function(ex01.c) and i'd like to call from NCLĦA
How am i to create the shared objectĦH
Thank you!

below is the content of ex01.c

  int getAns( int a ,int b )
{
     int c;
     c = a * b;
     return(c);
}

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Feb 23 2006 - 02:37:12 MST

This archive was generated by hypermail 2.2.0 : Thu Feb 23 2006 - 09:24:06 MST