blob: 19614595f7c54a4f6abb922acabb7450f0946d26 [file] [log] [blame]
// Contains an implementation of stdlib functions missing from bionic.
//
// TODO(ajwong): Make these work.
#include <wctype.h>
int iswblank(wint_t c) {
return 0;
}