From 9ffbd8cdf7807e1621d2421f120aef668530b8da Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 25 Dec 2008 19:26:09 +0000 Subject: document internal_function --- docs/defines.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/defines.txt b/docs/defines.txt index 2af8f0cae..c1424944d 100644 --- a/docs/defines.txt +++ b/docs/defines.txt @@ -49,6 +49,11 @@ _EXTERN_INLINE __extern_inline Defined to "extern inline", modulo gcc/C standard deviations. Can't be used by user to play tricks as with _EXTERN_INLINE. +internal_function + Used to modify function's calling convention, if "standard" one + is suboptimal. Examples: + int func(params) internal_function; + int internal_function func(params) { body } _LIBC UCLIBC_INTERNAL -- cgit v1.2.3