mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-22 03:05:11 -04:00
Reduced warnings about signedness
This commit is contained in:
parent
020843b430
commit
5b10d056c2
26 changed files with 358 additions and 344 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue