mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-29 06:15:23 -04:00
backend: standard lib includes before local (fixes [[e1522e]])
This commit is contained in:
parent
e1522e0808
commit
a6cc4f5203
11 changed files with 17 additions and 18 deletions
|
@ -33,12 +33,12 @@
|
|||
/* This code attempts to implement Han Xin Code according to ISO/IEC 20830:2021
|
||||
* (previously ISO/IEC 20830 (draft 2019-10-10) and AIMD-015:2010 (Rev 0.8)) */
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include "common.h"
|
||||
#include "reedsol.h"
|
||||
#include "hanxin.h"
|
||||
#include "eci.h"
|
||||
#include <assert.h>
|
||||
|
||||
/* Find which submode to use for a text character */
|
||||
static int hx_getsubmode(const unsigned int input) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue