Files
js8call/.svn/pristine/fe/fef8598d4fb7dc7d71b2d29e395d0900c7a702ff.svn-base
T
Jordan Sherer 4f1fe4fc94 SVN r8748
2018-06-14 21:27:34 -04:00

17 lines
301 B
Plaintext

#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