%{
#include<stdio.h>
%}
%%
(" ") {}
%%
main()
{
yylex();
return 0;
}
int yywrap()
{
}
Sample output
this is test file
thisistestfile
Copyright secured by Digiprove © 2020 Humble Chirammal A website about linux, kvm,gluster, ceph, kubernetes and programming
%{
#include<stdio.h>
%}
%%
(" ") {}
%%
main()
{
yylex();
return 0;
}
int yywrap()
{
}
Sample output
this is test file
thisistestfile
Copyright secured by Digiprove © 2020 Humble Chirammal