Fruit's git repositories f00f / presence spreek.h
presence

Tree @presence (Download .tar.gz)

spreek.h @presenceraw · history · blame

#ifndef SPREEK_H
#define SPREEK_H

#include "splitbuf.h"
#include "echt.h"
#include "types.h"

extern void spreek_real(splitbuf_t *buf, real getal);
extern void spreek_echt(splitbuf_t *buf, echt_t getal);
extern void echtprint(splitbuf_t *buf, echt_t a);

#endif