Initial: flux text FoxBin2Prg (git urmareste .??2 in-arbore, binarele VFP git-ignored)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
13
include/comun.h
Normal file
13
include/comun.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#IFNDEF COMUN_H
|
||||
#DEFINE COMUN_H
|
||||
|
||||
|
||||
#DEFINE LF CHR(10)
|
||||
#DEFINE CR CHR(10)
|
||||
#DEFINE CRLF CHR(13) + CHR(10)
|
||||
#DEFINE CTAB CHR(9)
|
||||
|
||||
#DEFINE CT_INSUCCES -1
|
||||
#DEFINE CT_SUCCES 1
|
||||
|
||||
#ENDIF
|
||||
Reference in New Issue
Block a user