On 05/25/2012 12:42 AM, Akim Demaille wrote:
> you use mbschr to look for `/' in file names, whereas Bruno
> uses strchr.

strchr is better for POSIX-like systems, since the
kernel is coding-system agnostic.  So I'd go with strchr.

Reply via email to