sprintf(tmp_template, "m_sync_%d_XXXXXX", instance);
            int temp_fd = mkstemp(tmp_template);
            if (temp_fd == -1)
            {  printf("can't make file to receive data\n");
            }

-- MattWalsh - 07 Jan 2006

Topic revision: r1 - 07 Jan 2006 - MattWalsh
 
This site is powered by the TWiki collaboration platformCopyright © 2008-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback