wrapped-string.c

来自「indent为linux下代码自动格式化工具」· C语言 代码 · 共 49 行

C
49
字号
#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 + =
减小字号Ctrl + -
显示快捷键?