source: rtems/testsuites/libtests/dl08/dl-o6.h @ a7c6176

5
Last change on this file since a7c6176 was a7c6176, checked in by Chris Johns <chrisj@…>, on 12/17/18 at 06:48:30

libtest/dl08: Add a test for archives.

  • Create 2 archives.
  • Load 1 object file which loads 6 object files from the libraries.

Updates #3686

  • Property mode set to 100644
File size: 337 bytes
Line 
1/*
2 * Copyright (c) 2018 Chris Johns <chrisj@rtems.org>.
3 * All rights reserved.
4 *
5 * The license and distribution terms for this file may be
6 * found in the file LICENSE in this distribution or at
7 * http://www.rtems.org/license/LICENSE.
8 */
9
10#include <stdint.h>
11
12#if !defined(DL06_H)
13#define DL06_H
14
15int rtems_main_o6 (void);
16
17#endif
Note: See TracBrowser for help on using the repository browser.