mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
work with other C standards
This commit is contained in:
parent
51092fac8d
commit
ecc770e5a9
1 changed files with 3 additions and 1 deletions
|
@ -104,7 +104,9 @@ int main()
|
||||||
NSString *s[5] = { @"1",@"2",@"3",@"4",@"5" };
|
NSString *s[5] = { @"1",@"2",@"3",@"4",@"5" };
|
||||||
NSUInteger before;
|
NSUInteger before;
|
||||||
NSUInteger after;
|
NSUInteger after;
|
||||||
for (int i = 0; i < 5; i++)
|
inr i;
|
||||||
|
|
||||||
|
for (i = 0; i < 5; i++)
|
||||||
{
|
{
|
||||||
[ma addObject: s[i]];
|
[ma addObject: s[i]];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue