Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
re2c /
examples /
input_custom /
simple /
Delete
Unzip
Name
Size
Permission
Date
Action
README
603
B
-rw-r--r--
2015-11-06 14:34
default.re
705
B
-rw-r--r--
2015-11-06 14:34
fgetc.re
998
B
-rw-r--r--
2015-11-06 14:34
istringstream.re
790
B
-rw-r--r--
2015-11-06 14:34
Save
Rename
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.