⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.38
Server IP:
15.204.235.159
Server:
Linux srv.techlup.co.ke 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
re2c
/
examples
/
input_custom
/
simple
/
View File Name :
README
Build with "--input custom" re2c switch. These are three examples of "--input custom" usage: - input_custom_default.re: implements default re2c input model (pointers to plain buffer) - input_custom_fgetc: implements C-style file input (using <stdio.h>) - input_custom_fgetc: implements std::istringstream input Note that these examples are very simple and don't need to implement YYFILL; the only reason they don't use "re2c:yyfill:enable = 0;" is to keep YYLESSTHAN and YYLIMIT (for the sake of example). In real-life programs one will need to care for correct end-of-input handling.