Start anew
[msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / ldiv.al
blob7a888cafdeb75048573b308d5bc86dec9fed1d55
1 # NOTE: Derived from ../../lib/POSIX.pm.
2 # Changes made here will be lost when autosplit again.
3 # See AutoSplit.pm.
4 package POSIX;
6 #line 448 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/ldiv.al)"
7 sub ldiv {
8     unimpl "ldiv() is C-specific, use / and int instead";
11 # end of POSIX::ldiv