summaryrefslogtreecommitdiff
path: root/lib/auto/POSIX/atof.al
blob: 0875991941204c772c76da41f5de682fa9899f96 (plain)
1
2
3
4
5
6
7
8
# NOTE:  Derived from POSIX.pm.  Changes made here will be lost.
package POSIX;

sub atof {
    unimpl "atof() is C-specific, stopped", caller;
}

1;