Common Library

Copyright © 2003 - 2004 Enrique Marcote Peña

Version: 1.0

Authors: Enrique Marcote Peña (mpquique@users.sourceforge.net) [web site: http://www.des.udc.es/~mpquique/].

This library modules group together some generic functions that might be usefull in several contexts.

Please, refer to individual modules for greater details on exported functions.

Contents

  1. Known issues
  2. Changes

Known issues

If you ever what to regenerate the documentation, don't forget to comment out the line

-define(WHITESPACE(H), H == ?SPACE; H == ?CR; H == ?LF; H == ?TAB).

in my_string.erl before running

   make docs
Don't know why, really. Don't forget to leave it uncommented once finished with the documentation.

Changes

See changes log here.