[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: io:lines() and \0
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 21 Feb 2014 13:22:24 +0200
On Fri, Feb 21, 2014 at 1:16 PM, Tom N Harris <telliamed@whoopdedo.org> wrote:
> On Friday, February 21, 2014 04:35:10 AM Sean Conner wrote:
>> memrchr() is a POSIX function. You may need to define _POSIX_SOURCE (or
>> _GNU_SOURCE) to get the proper prototype from <string.h> used.
>
> Of course. I misread the man page.
And it's definitely not on Windows, so maybe a job for a small for loop ? ;)