adlutils.icn: Procedures to process address lists

link adlutils
January 3, 1994; Ralph E. Griswold
This file is in the public domain.

Procedures used by programs that process address lists:

   nextadd()              get next address
   writeadd(add)          write address
   get_country(add)       get country
   get_state(add)         get state (U.S. addresses only)
   get_city(add)          get city (U.S. addresses only)
   get_zipcode(add)       get ZIP code (U.S. addresses only)
   get_lastname(add)      get last name
   get_namepfx(add)       get name prefix
   get_title(add)         get name title
   format_country(s)      format country name

Source code | Program Library Page | Icon Home Page