On 05/12/2010, at 4:23 AM, Erick Tryzelaar wrote:

>> 
>> If the code is inline .. I need a temporary filename!
> 
> What about mkstemp?


Ugg .. :) I guess so .. something like

char x[20]; strcpy(x,"/tmp/xxXXXXXX");
close(mkstemp(x));
strcat(x,".flx");
FILE *a = fopen(x,"rw");

Ouch.. 

--
john skaller
skal...@users.sourceforge.net





------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to