B4R Question How to define LF in InlineC

rwblinn

Well-Known Member
Licensed User
Longtime User
Hi,

in rCore.h CRLF is defined as
B4X:
#define /*StringLiteral CRLF;*/ Common_CRLF "\r\n"
which then can be used, f.e. with asyncstreams by astreams.write(CRLF).

Question
With InlineC how to define and use LF "\n"?
to be able to astreams.write(LF).
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…