Re: Data Files in C on Linux
From: Nils O. Selåsdal (NOS_at_Utel.no)
Date: 05/05/04
- Next message: Lew Pitcher: "Re: Signal Handlers for a Daemon?"
- Previous message: David Schwartz: "Re: Data Files in C on Linux"
- In reply to: Xarky: "Data Files in C on Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 05 May 2004 15:34:15 +0200
On Tue, 04 May 2004 09:49:14 -0700, Xarky wrote:
> Hi,
>
> I need to store the following data in a file (mainly for a small
> database):
> int position;
> char *data;
> int check;
>
> Also I have to add the data mentioned at EOF or in the middle of the
> file, or delete at any position. Can this be done on Linux by using any
> available system calls.
>
> I hope this can be than in an easy way.
check your manpage for 'db(3)' , or 'dbopen(3)'
-- Nils Olav Selåsdal System Engineer w w w . u t e l s y s t e m s . c o m
- Next message: Lew Pitcher: "Re: Signal Handlers for a Daemon?"
- Previous message: David Schwartz: "Re: Data Files in C on Linux"
- In reply to: Xarky: "Data Files in C on Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|