help-flex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Scanning from sockets...


From: Valkanas Nikos
Subject: Scanning from sockets...
Date: Wed, 24 Apr 2002 22:36:06 +0300

Hi folks,

I need to parse from socket connections. I have tried:

yyin = fdopen(socketid, "r");
yylex();

but the trace (flex -d) shows 
--(end of buffer or a NUL)

from the very first rule.

Any ideas how to set up flex to get input from a socket?

Thanks
Nikos



reply via email to

[Prev in Thread] Current Thread [Next in Thread]