Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / memset.al
blob61dcafbb4107abdbb205614c510d128775a6b1b1
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 493 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/memset.al)"
7 sub memset {
8     unimpl "memset() is C-specific, use x instead";
11 # end of POSIX::memset