Current section

Files

Jump to
form include doc.hrl
Raw

include/doc.hrl

-ifndef(FORM_DOCS_HRL).
-define(FORM_DOCS_HRL, true).
-record(otp, {error="ERROR MSG",code="CODE"}).
-record(phone, {code="+380",number="490000000"}).
-endif.