⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wrapped-string.c

📁 indent为linux下代码自动格式化工具
💻 C
字号:
#include <stdio.h>intmain (){  char *format = "\%c %c %c%c %c %c%c %c %c\n";  printf (format, '1', '2', '3', '4', '5', '6', '7', '8', '9');}static inline void__generic_memcpy_fromfs (void *to, const void *from, unsigned long n){  __asm__ volatile ("	cld		cmpl $3,%0		jbe 1f		movl %%edi,%%ecx		negl %%ecx		andl $3,%%ecx		subl %%ecx,%0		fs; rep; movsb		movl %0,%%ecx		shrl $2,%%ecx		fs; rep; movsl		andl $3,%0	1:	movl %0,%%ecx		fs; rep; movsb");}static inline void__generic_memcpy_fromfs (void *to, const void *from, unsigned long n){  __asm__ volatile ("	cld		cmpl $3,%0		jbe 1f		movl %%edi,%%ecx		negl %%ecx		andl $3,%%ecx		subl %%ecx,%0		fs; rep; movsb		movl %0,%%ecx		shrl $2,%%ecx		fs; rep; movsl		andl $3,%0	1:	movl %0,%%ecx		fs; rep; movsb":"=abd" (n):"0" (n), "D" ((long) to), "S" ((long) from):"cx", "di", "si", "memory");}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -