cregit-Linux how code gets into the kernel

Release 4.7 scripts/check-lc_ctype.c

Directory: scripts
/*
 * Check that a specified locale works as LC_CTYPE.  Used by the
 * DocBook build system to probe for C.UTF-8 support.
 */

#include <locale.h>


int main(void) { return !setlocale(LC_CTYPE, ""); }

Contributors

PersonTokensPropCommitsCommitProp
ben hutchingsben hutchings16100.00%1100.00%
Total16100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
ben hutchingsben hutchings20100.00%1100.00%
Total20100.00%1100.00%
Directory: scripts
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}