20,741
edits
| Line 116: | Line 116: | ||
return retval; | return retval; | ||
} | } | ||
<syntaxhighlight> | </syntaxhighlight> | ||
So, after rebuilding the FlightGear binary, whenever you call the new "cool" API function, it will always return a "cool" string, which you could for example print out using a script like the following: | So, after rebuilding the FlightGear binary, whenever you call the new "cool" API function, it will always return a "cool" string, which you could for example print out using a script like the following: | ||