Chromium Code Reviews| Index: native_client_sdk/src/examples/dlopen/eightball.h |
| =================================================================== |
| --- native_client_sdk/src/examples/dlopen/eightball.h (revision 0) |
| +++ native_client_sdk/src/examples/dlopen/eightball.h (revision 0) |
| @@ -0,0 +1,9 @@ |
| +#ifndef __EIGHTBALL_H__ |
| +#define __EIGHTBALL_H__ |
| + |
| +/* Return an answer. Question not required */ |
| +typedef char* (*TYPE_eightball)(void); |
| +__attribute__((visibility("default")))const char* Magic8Ball(); |
|
Brad Chen
2012/01/28 01:00:52
It's kind of nasty seeing this __attribute__ stuff
noelallen1
2012/01/31 21:03:21
Done.
|
| + |
| +#endif /* __EIGHTBALL_H__ */ |
| + |
| Property changes on: native_client_sdk/src/examples/dlopen/eightball.h |
| ___________________________________________________________________ |
| Added: svn:eol-style |
| + LF |