FreeBASIC  0.91.0
legacy_strw_lcase.c
Go to the documentation of this file.
1 #include "fb.h"
2 
4 {
5  return fb_WstrLcase2( src, 0 );
6 }