(OT) Defining Variables in C with Bases other than 2 or 16
From: Martin McCormick (martin_at_dc.cis.okstate.edu)
Date: 02/14/05
- Previous message: Hamster: "Re: trying to remove a module"
- Next in thread: martin f krafft: "Re: (OT) Defining Variables in C with Bases other than 2 or 16"
- Reply: martin f krafft: "Re: (OT) Defining Variables in C with Bases other than 2 or 16"
- Reply: Micha Feigin: "Re: (OT) Defining Variables in C with Bases other than 2 or 16"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: debian-user@lists.debian.org Date: Mon, 14 Feb 2005 08:25:05 -0600
There is a way in C to define boolean variables as in:
typedef char boolean; /* boolean data type */
Is there a similar method of defining a variable such as base
12 or 24 or any arbitrary value?
Thanks.
Martin McCormick WB5AGZ Stillwater, OK
OSU Information Technology Division Network Operations Group
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Hamster: "Re: trying to remove a module"
- Next in thread: martin f krafft: "Re: (OT) Defining Variables in C with Bases other than 2 or 16"
- Reply: martin f krafft: "Re: (OT) Defining Variables in C with Bases other than 2 or 16"
- Reply: Micha Feigin: "Re: (OT) Defining Variables in C with Bases other than 2 or 16"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]