From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karthik Vishwanath Subject: writing a large array to disk Date: Thu, 19 Sep 2002 14:27:07 -0400 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: Mime-Version: 1.0 Return-path: List-Id: Content-Type: TEXT/PLAIN; charset="us-ascii" Content-Transfer-Encoding: 7bit To: C-programming Hello, I have a (fairly) large 4-d array in my program that I want to dump to disk as text data (so that it may be suitably parsed later). I was wondering if there was an easy (hopefully, single library call!) that would do this? If there is none, and I must write the data out "by hand", what would be the most optimal way of doing this? Thanks, -K