PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Want more features on Pastebin?
Sign Up
, it's FREE!
Public Pastes
Untitled
Java | 8 sec ago
Untitled
14 sec ago
Untitled
14 sec ago
Untitled
23 sec ago
Untitled
24 sec ago
Untitled
25 sec ago
Untitled
28 sec ago
Untitled
28 sec ago
Untitled
By: a guest on
Jun 16th, 2010
| syntax:
None
| size: 0.11 KB | views:
76
| expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
NSString* f = [[NSString alloc] initWithString:@"foo"];
[f release];
[f release];
[f UTF8String];
clone
this paste
RAW Paste Data
NSString* f = [[NSString alloc] initWithString:@"foo"]; [f release]; [f release]; [f UTF8String];