git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2913 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1998-08-07 11:56:36 +00:00
parent 6df7ff846b
commit 6211927133
3 changed files with 29 additions and 2 deletions

View file

@ -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;