diff options
| author | Quentin Carbonneaux <[email protected]> | 2024-04-27 10:50:13 +0200 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2024-04-27 10:52:03 +0200 |
| commit | 1dd22a9b4741b668e9d63a98c95a102dc456634b (patch) | |
| tree | 551b897736e08d6cdf8b4f1f95b59433eb6cacc2 | |
| parent | b24af7d3f79de32451c55bbdd7a27bf64598044f (diff) | |
function params must be unique
| -rw-r--r-- | doc/il.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -439,7 +439,7 @@ return type of the function. All return values of this function must have this return type. If the return type is missing, the function must not return any value. -The parameter list is a comma separated list of +The parameter list is a comma separated list of distinct temporary names prefixed by types. The types are used to correctly implement C compatibility. When an argument has an aggregate type, a pointer to the aggregate is passed |
