Re: ncl_convert2nc and tmp file problem

From: David B. Reusch <dreusch_at_nyahnyahspammersnyahnyah>
Date: Tue Mar 06 2012 - 11:01:43 MST

Corrected source...

#include <stdlib.h>
int main ( int argc, char* argv[] )
{
   if( argc == 2 ) {
     printf( " %s \n", mktemp( argv[1]) );
     }
   return 0;
}

-- 
Associate Research Professor of Climatology
Dept of Earth and Environmental Science
MSEC 304; 801 Leroy Place
New Mexico Tech
Socorro, NM 87801


_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk

Received on Tue Mar 6 08:02:04 2012

This archive was generated by hypermail 2.1.8 : Tue Mar 13 2012 - 14:00:14 MDT