mirror of
https://git.code.sf.net/p/zint/code
synced 2026-02-01 16:25:59 +00:00
Reduced warnings about signedness
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
|
||||
#include "zint.h"
|
||||
|
||||
int ustrlen(unsigned char source[]);
|
||||
void concat(char dest[], char source[]);
|
||||
int ctoi(char source);
|
||||
char itoc(int source);
|
||||
|
||||
Reference in New Issue
Block a user