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

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

1;