TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Chunked-transfer decoding from stdin yy045
1 points
by
textmode
about 4 years ago
https://tools.ietf.org/html/rfc2616#section-3.6.1<p><pre><code> flex -8iCrfa <<eof xa \15|\12 xb \15\12 %% ^[A-Fa-f0-9]+{xa} {xa}+[A-Fa-f0-9]+{xa} {xb}[A-Fa-f0-9]+{xb} %% int main(){ yylex();} int yywrap(){} eof exec cc -pipe -static lex.yy.c -o ctd</code></pre>
no comments
no comments