perl 5.0 alpha 9
[p5sagit/p5-mst-13.2.git] / lib / auto / POSIX / strftime.al
1 # NOTE:  Derived from POSIX.pm.  Changes made here will be lost.
2 package POSIX;
3
4 sub strftime {
5     unimpl "strftime(xxx)", caller if @_ != 123;
6     strftime($_[0]);
7 }
8
9 1;