Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.6 12 lines 285 B view raw
1// SPDX-License-Identifier: GPL-2.0 2// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd. 3 4#include <linux/module.h> 5 6EXPORT_SYMBOL(memcpy); 7EXPORT_SYMBOL(memset); 8EXPORT_SYMBOL(memcmp); 9EXPORT_SYMBOL(memmove); 10EXPORT_SYMBOL(strcmp); 11EXPORT_SYMBOL(strcpy); 12EXPORT_SYMBOL(strlen);