This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
2017-03-18 23:04:38 +10:00

8 lines
199 B
C

#ifndef SHARED_JBSTRCPY_H
#define SHARED_JBSTRCPY_H
bool jbstrcpy(char *dest,char *src,uint32_t maxlen,uint32_t *jbc);
bool jbstrcpyrest(char *dest,char *src,uint32_t maxlen,uint32_t *jbc);
#endif