Packages

MED Medical Application

Current section

Files

Jump to
med include phone.hrl
Raw

include/phone.hrl

-ifndef(PHONE_HRL).
-define(PHONE_HRL, "phone_hrl").
-record(phone, {number = [], auth = [] }).
-endif.