/* * dxlAPRS toolchain * * Copyright (C) Christian Rabler * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef beep_H_ #define beep_H_ #include "X2C.h" extern int32_t cbell(int32_t, int32_t); #endif /* beep_H_ */