mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 08:30:59 +00:00
dd a little explanation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17060 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
94b97f00b8
commit
b37819f8c7
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ main(int argc, char** argv, char **env_c)
|
|||
[NSProcessInfo initializeWithArguments:argv count:argc environment:env_c];
|
||||
#endif
|
||||
|
||||
NSLog(@"This program expects to read utf8 text from stdin -");
|
||||
fh = [NSFileHandle fileHandleWithStandardInput];
|
||||
data = [fh readDataToEndOfFile];
|
||||
string = [[NSString alloc] initWithData: data
|
||||
|
|
Loading…
Reference in a new issue