Re: [Info-ingres] abf 3gl function
- From: Karl & Betty Schendel <schendel@xxxxxxxxxxxxxx>
- Date: Tue, 22 Nov 2005 13:56:12 -0500
At 1:44 PM -0500 11/22/2005,I wrote:
>
>#define MAX_LEN 128 /* or whatever you need */
>char *myfunction()
>static char return_area[MAX_LEN + 1];
>
....
For those unskilled in C -- I accidently left out the opening
brace on the function body. It should read:
char *myfunction()
{
static char ....
Karl
.
- Prev by Date: Re: [Info-ingres] Re: What animal should Ingres be?
- Next by Date: Re: [Info-ingres] RES: [Info-ingres] What animal should Ingres be?
- Previous by thread: [Info-ingres] Ingres/STAR, ING_SYSTEM_SET and set lockmode
- Next by thread: RE: [Info-ingres] abf 3gl function
- Index(es):