Chromium Code Reviews| Index: tests/pnacl_ld_experiments/simple.h |
| =================================================================== |
| --- tests/pnacl_ld_experiments/simple.h (revision 0) |
| +++ tests/pnacl_ld_experiments/simple.h (revision 0) |
| @@ -0,0 +1,18 @@ |
| +/* |
| + * Copyright (c) 2011 The Native Client Authors. All rights reserved. |
|
jvoung - send to chromium...
2012/05/02 17:20:42
2012
|
| + * Use of this source code is governed by a BSD-style license that can be |
| + * found in the LICENSE file. |
| + */ |
| + |
| +const char* hello(); |
| + |
| +int fortytwo(); |
| + |
| +/* |
| + * The two functions below or proxies for the functions above that live |
| + * in different libraries |
| + */ |
| + |
| +const char* hello2(); |
| + |
| +int fortytwo2(); |
| Property changes on: tests/pnacl_ld_experiments/simple.h |
| ___________________________________________________________________ |
| Added: svn:eol-style |
| + LF |