repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
objc
/
execute
/
informal_protocol.m
blob
9815053a2e9840515e4d296575d14d28a1b0b42f
1
/* Contributed by Nicola Pero - Fri Mar 9 21:35:47 CET 2001 */
2
#include <objc/objc.h>
3
#include <objc/Object.h>
4
5
@interface Object (StopProtocol)
6
- (void) stop;
7
@end
8
9
int main (void)
10
{
11
return 0;
12
}
13