Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / cos.al
blob320826ea6f25ddf77dfe1eae7f72291e727980fb
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 153 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/cos.al)"
7 sub cos {
8     usage "cos(x)" if @_ != 1;
9     CORE::cos($_[0]);
12 # end of POSIX::cos