fb-doc  0.4.0
FreeBASIC documentation tool
fbdoc_emit_lfn.bi
Go to the documentation of this file.
1 
9 
10 #INCLUDE ONCE "fbdoc_emitters.bi"
11 
12 CONST _
13  LFN_FILE = "fb-doc.lfn" _
14  , LFN_SEP = !"\n"
15 
16 DECLARE FUNCTION startLFN(BYREF AS STRING) AS INTEGER
17