cregit-Linux how code gets into the kernel

Release 4.14 tools/build/feature/test-cplus-demangle.c

// SPDX-License-Identifier: GPL-2.0
extern int printf(const char *format, ...);
extern char *cplus_demangle(const char *, int);


int main(void) { char symbol[4096] = "FieldName__9ClassNameFd"; char *tmp; tmp = cplus_demangle(symbol, 0); printf("demangled symbol: {%s}\n", tmp); return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Ingo Molnar38100.00%2100.00%
Total38100.00%2100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Ingo Molnar6298.41%266.67%
Greg Kroah-Hartman11.59%133.33%
Total63100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.