Sign in
opensecura
/
3p
/
sel4
/
camkes
/
refs/heads/master
/
.
/
apps
/
hierarchical-attributes
/
components
/
Foo
/
src
/
main.c
blob: c869478bde312f7c8935ec7efcaca39c453096f4 [
file
] [
edit
]
/*
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include
<camkes.h>
#include
<stdio.h>
void
self_pa_print_attributes
(
void
)
{
printf
(
"str0: %s\n"
,
str0
);
printf
(
"str1: %s\n"
,
str1
);
}