mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-04 10:30:47 +00:00
Update to current release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/stable@32970 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
650fbb0a4e
commit
31098241ae
1109 changed files with 92227 additions and 102013 deletions
8
Testing/basic.m
Normal file
8
Testing/basic.m
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
int main ()
|
||||
{
|
||||
static unsigned char bytes[9] = {'\355', '\264', '\200', '\346', '\224', '\200', '\347', '\214', '\200'};
|
||||
NSString *s = [[NSString alloc] initWithBytes: bytes length: 9 encoding: NSUTF8StringEncoding];
|
||||
NSLog(@"s %@", s);
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue