mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Preliminary XML support
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7470 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1dfa3c2749
commit
34edef037c
13 changed files with 1803 additions and 17 deletions
|
@ -110,8 +110,6 @@ nstimezone_OBJC_FILES = nstimezone.m
|
|||
prepend_OBJC_FILES = prepend.m
|
||||
release_OBJC_FILES = release.m
|
||||
string_OBJC_FILES = string.m
|
||||
test01_OBJC_FILES = test01.m
|
||||
test02_OBJC_FILES = test02.m
|
||||
testtool_OBJC_FILES = testtool.m
|
||||
thread-except_OBJC_FILES = thread-except.m
|
||||
values_OBJC_FILES = values.m
|
||||
|
|
|
@ -24,6 +24,9 @@ int main()
|
|||
id s2, s3;
|
||||
int a;
|
||||
|
||||
NSMutableString *fo = [NSMutableString stringWithString: @"abcdefg"];
|
||||
[fo replaceCharactersInRange: [fo rangeOfString: @"xx"] withString: @"aa"];
|
||||
|
||||
print_string(s);
|
||||
|
||||
s2 = NSStringFromPoint(NSMakePoint(1.374, 5.100));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue