function return value meaning in English
函数返回值
Examples
- The eabi reserves gpr1 for a stack pointer , gpr3 - gpr7 for function argument passing , and gpr3 for function return values
Eabi将gpr1预留为栈指针, gpr3到gpr7用于函数参数传递, gpr3用于函数返回值。 - Many library functions return values in a fixed object , always reusing the same object , and they can all cause the same problem
很多库函数在固定的对象中返回值,总是使用同一对象,它们全都会导致相同的问题。 - Other parts of the code can use this identifier to declare variables , parameters , and function return values to be of this structure s data type
代码中的其他部分可以使用此标识符声明变量、参数以及函数返回值(其数据类型为此结构的数据类型) 。