diff options
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83347,7 +83347,7 @@ looks like this: .verb void function(int *ptr); int val = 0; - abc_function(&val); + function(&val); .brev In the case of an aggregate type, such as a structure, being an in-out or out |