Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/alpha/lib/stycpy.S
26424 views
1
#include "strcpy.S"
2
#ifdef CONFIG_ALPHA_EV67
3
#include "ev67-strcat.S"
4
#else
5
#include "strcat.S"
6
#endif
7
#ifdef CONFIG_ALPHA_EV6
8
#include "ev6-stxcpy.S"
9
#else
10
#include "stxcpy.S"
11
#endif
12
13