/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
math/machine/asm.h
10 строк
357 B
Roland McGrath
Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
06 мар 1996, 00:41
06 мар 1996, 00:41
f7eac6e
Код
Авторство
О чём код?
/* The libm assembly code wants to include <machine/asm.h> to define the ENTRY macro. We define assembly-related macros in sysdep.h and asm-syntax.h. */ #include <sysdep.h> #include <asm-syntax.h> /* The libm assembly code uses this macro for RCSid strings. We don't put RCSid strings into object files. */ #define RCSID(id) /* ignore them */