September 2013
Intermediate to advanced
548 pages
12h 25m
English
| application_template.full | |
| | %%%------------------------------------------------------------------- |
| | %%% @author some name <me@hostname.local> |
| | %%% @copyright (C) 2013, some name |
| | %%% @doc |
| | %%% |
| | %%% @end |
| | %%% Created : 26 May 2013 by some name <me@hostname.local> |
| | %%%------------------------------------------------------------------- |
| | -module(). |
| | |
| | -behaviour(application). |
| | |
| | %% Application callbacks |
| | -export([start/2, stop/1]). |
| | |
| | %%%=================================================================== |
| | %%% Application callbacks |
| | %%%=================================================================== |
| | |
| | %%-------------------------------------------------------------------- |
| | %% @private |
| | |
Read now
Unlock full access