Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 1881 → Rev 1882

/programs/develop/libraries/menuetlibc/include/libc/asm.h
0,0 → 1,18
#ifndef __LIBC_ASM_H
#define __LIBC_ASM_H
 
#include __DEV_CONFIG_H
 
#ifndef NEEDS_UNDERSCORES
 
#define C_SYM(x) x
#else
 
#define C_SYM(x) _##x
 
#endif
 
#define MK_C_SYM(x) C_SYM(x) : ; \
.globl C_SYM(x)
 
#endif
Property changes:
Added: svn:executable
+*
\ No newline at end of property