mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2913 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6df7ff846b
commit
6211927133
3 changed files with 29 additions and 2 deletions
|
@ -36,6 +36,9 @@ struct myarray {
|
|||
- sendStruct: (foo)f;
|
||||
- sendSmallStruct: (small_struct)small;
|
||||
- (foo) returnStruct;
|
||||
- (foo) returnSetStruct: (int)x;
|
||||
- (small_struct) returnSmallStruct;
|
||||
- (small_struct) returnSetSmallStruct: (int)x;
|
||||
- sendArray: (int[3])a;
|
||||
- sendStructArray: (struct myarray)ma;
|
||||
- sendDouble: (double)d andFloat: (float)f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue