summaryrefslogtreecommitdiff
path: root/code/fe310/eos/eve/widget/clipb.h
blob: 8b3e98093fffb2402e45c4a6a87b43d439c4fed8 (plain)
1
2
3
4
5
6
#include <stdint.h>

#define EVE_CLIPB_SIZE_BUF  256

int eve_clipb_push(char *str, uint16_t len);
char *eve_clipb_get(void);