Source: show | on GitHub
# File win32/mkexports.rb, line 162 def each_export(objs) super yield "strcasecmp", "_stricmp" yield "strncasecmp", "_strnicmp" end