Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Side by Side Diff: native_client_sdk/src/examples/dlopen/eightball.h

Issue 9234043: Support GLBIC example. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 #ifndef __EIGHTBALL_H__
2 #define __EIGHTBALL_H__
3
4 /* Return an answer. Question not required */
5 typedef char* (*TYPE_eightball)(void);
6 const char* Magic8Ball(void);
7
8 #endif /* __EIGHTBALL_H__ */
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698