Commit 9d4c5c018168ff04f143823a1eae82e88041bed0
- Date: Tue Apr 15 19:55:26 +0000 2008
- Committer: Dustin Sallings (dustin@spy.net)
- Author: Dustin Sallings (dustin@spy.net)
- Commit SHA1: 9d4c5c018168ff04f143823a1eae82e88041bed0
- Tree SHA1: 3b34a1353714f3f5eac2e8f8cbce754be3acc8b6
- trash.m 6 ---+++
Commit diff
- Diff rendering mode:
- inline
- side by side
trash.m
|   | ||
| 4 | 4 | #import <libgen.h> |
| 5 | 5 | |
| 6 | 6 | int main (int argc, const char * argv[]) { |
| 7 | ||
| 7 | NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; | |
| 8 | 8 | |
| 9 | 9 | NSString *pathPrefix=@"./"; |
| 10 | 10 | |
| … | … | |
| 34 | 34 | [files release]; |
| 35 | 35 | } |
| 36 | 36 | |
| 37 | ||
| 38 | ||
| 37 | [pool release]; | |
| 38 | return 0; | |
| 39 | 39 | } |
| toggle raw diff | ||
