cregit-Linux how code gets into the kernel

Release 4.11 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 Hutchings16100.00%1100.00%
Total16100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Ben 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.
Created with cregit.