perl 5.0 alpha 9
[p5sagit/p5-mst-13.2.git] / lib / auto / POSIX / atol.al
1 # NOTE:  Derived from POSIX.pm.  Changes made here will be lost.
2 package POSIX;
3
4 sub atol {
5     unimpl "atol() is C-specific, stopped", caller;
6 }
7
8 1;