mirror of
https://github.com/clearlinux/telemetrics-client.git
synced 2026-06-15 18:25:57 +00:00
10 lines
168 B
C
10 lines
168 B
C
#pragma once
|
|
|
|
#include <stdio.h>
|
|
|
|
char *readfile(char *filepath);
|
|
//char *getbuf(void);
|
|
unsigned long getbuflen(void);
|
|
|
|
/* vi: set ts=8 sw=8 sts=4 et tw=80 cino=(0: */
|