ObjFW  Check-in [5f4f207266]

Overview
Comment:Use open() / read() / write() instead of fopen() / fread() / fwrite().

This fixes reading from stdin.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5f4f207266e1626d395e94f30f4cf33555fa8ed5217d7b8327dabae730701eca
User & Date: js on 2010-04-02 15:58:39
Other Links: manifest | tags
Context
2010-04-02
16:33
-[hexadecimalValueAsInteger] returns an unsigned value now. check-in: 59dd873fd0 user: js tags: trunk
15:58
Use open() / read() / write() instead of fopen() / fread() / fwrite(). check-in: 5f4f207266 user: js tags: trunk
14:18
Close socket before throwing an exception when bind fails. check-in: ebf57f4891 user: js tags: trunk
Changes