/* ============================================================================= setwq.c -- external declarations ============================================================================= */ #pragma once #include "stdint.h" #include "wordq.h" /* ============================================================================= external functions ============================================================================= */ extern int16_t getwq(struct wordq *qp, uint16_t *p); extern int16_t putwq(struct wordq *qp, uint16_t c); extern uint16_t setwq(struct wordq *qp, uint16_t *qadr, uint16_t qsiz, uint16_t hi, uint16_t lo);