xref: /libCEED/rust/libceed-sys/c-src/backends/weak/ceed-backend-weak.h (revision d15030167e504f21b69a912dc34420b169f681b5)
1*d1503016SJeremy L Thompson // Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors.
2*d1503016SJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
3*d1503016SJeremy L Thompson //
4*d1503016SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause
5*d1503016SJeremy L Thompson //
6*d1503016SJeremy L Thompson // This file is part of CEED:  http://github.com/ceed
7*d1503016SJeremy L Thompson 
8*d1503016SJeremy L Thompson #include <ceed.h>
9*d1503016SJeremy L Thompson #include <ceed/backend.h>
10*d1503016SJeremy L Thompson #include <stdarg.h>
11*d1503016SJeremy L Thompson 
12*d1503016SJeremy L Thompson CEED_INTERN int CeedRegister_Weak(const char *name, int num_prefixes, ...);
13