Re: passing an array to a generic function
From: Lutz Donnerhacke (lutz_at_iks-jena.de)
Date: 11/21/03
- Next message: David C. Hoos: "Re: passing an array to a generic function"
- Previous message: Lutz Donnerhacke: "Generic thinbinding toolkit for C"
- In reply to: Mr. J.: "passing an array to a generic function"
- Next in thread: David C. Hoos: "Re: passing an array to a generic function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 21 Nov 2003 11:03:13 +0000 (UTC)
* Mr. J. wrote:
> type Index is new Integer;
> type Item is new Character;
> type Arr is Array(1..23) of character;
type Arr is Array(1 .. 23) of Item;
Item is different from Character.
- Next message: David C. Hoos: "Re: passing an array to a generic function"
- Previous message: Lutz Donnerhacke: "Generic thinbinding toolkit for C"
- In reply to: Mr. J.: "passing an array to a generic function"
- Next in thread: David C. Hoos: "Re: passing an array to a generic function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]