DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Message store functions

C client support functions

The following functions are the init, next, and setpos string structure access methods for the built-in mail_string string driver.

   void mail_string_init(STRING *s, void *data, unsigned long size);
   

char mail_string_next(STRING *s);

void mail_string_setpos(STRING *s, unsigned long i);

mail_string is a basic string driver for a char* string.
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004