Re: How long have you been with ASA?



On Fri, 29 Aug 2008 12:17:41 -0400, DKGBeeker@xxxxxxxxx (Donna G.)
wrote:

I often think of and wonder what
happened to the fellow from japan that used to post here as well?

Donna

Maybe if Char came back Norio would also come back. We can always
hope.
Rose @}->--
Being educated means that rather than fearing the unknown,
one seeks to understand it.

Please remove "Ima" to reply.
.



Relevant Pages

  • Re: memory oraganisation??
    ... declares an array (of unknown size) of pointers to char. ... Add braces around your string and you should be OK. ...
    (comp.lang.c)
  • Re: ntpdate.c unsafe buffer write
    ... char buf; ... msyslog(LOG_ERR, "authentication key %lu unknown", ... And/or the sprintf should be an snprintf. ...
    (comp.protocols.time.ntp)
  • Re: Memory allocated during run time
    ... int size=rand; ... char a; ... printf("%d", sizeof a); ... Since the memory needed for a is unknown until run time, ...
    (comp.lang.c)
  • Memory allocated during run time
    ... int size=rand; ... char a; ... printf("%d", sizeof a); ... Since the memory needed for a is unknown until run time, ...
    (comp.lang.c)
  • Re: char (*ptr)[]
    ... > typedef thingy ????; ... Array of 'char' of unknown size. ...
    (comp.lang.c)