1462607276
1 2 3 4 5 6 7 8
-module(callback3). -export([behaviour_info/1]). behaviour_info(callbacks) -> [{f1, 1}]; behaviour_info(_) -> undefined.