Cleaned up code.

This commit is contained in:
Juan Jose Comellas 2009-10-13 19:21:57 -03:00
parent 1da93693e2
commit 109d9f5f2a
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
%%% retrieved from: http://www.opensource.org/licenses/bsd-license.php %%% retrieved from: http://www.opensource.org/licenses/bsd-license.php
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
-module(ex1). -module(ex1).
-author('Juan Jose Comellas <jcomellas@novamens.com>').
-include("include/getopt.hrl"). -include("include/getopt.hrl").

View File

@ -9,6 +9,7 @@
%%% retrieved from: http://www.opensource.org/licenses/bsd-license.php %%% retrieved from: http://www.opensource.org/licenses/bsd-license.php
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
-module(getopt). -module(getopt).
-author('Juan Jose Comellas <jcomellas@novamens.com>').
-include("getopt.hrl"). -include("getopt.hrl").
%% @headerfile "getopt.hrl" %% @headerfile "getopt.hrl"