Sign in
opensecura
/
3p
/
sel4
/
camkes
/
refs/heads/master
/
.
/
apps
/
hierarchical-components
/
interfaces
/
string_processor.idl4
blob: 2922f8ea0e20672b2b592f6bba9e76326d3d56f9 [
file
] [
log
] [
blame
] [
edit
]
/*
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
procedure
StringProcessor
{
void
process
(
in
string
input
);
};