js8call/.svn/pristine/fe/fef8598d4fb7dc7d71b2d29e395d0900c7a702ff.svn-base

17 lines
301 B
Plaintext
Raw Normal View History

2018-08-05 11:33:30 -04:00
#ifndef WSPRSIM_UTILS_H
#define WSPRSIM_UTILS_H
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include <stdint.h>
#include <time.h>
extern int printdata;
int get_wspr_channel_symbols(char* message, char* hashtab, unsigned char* symbols);
#endif