include cleanup

This commit is contained in:
leitner
2025-01-20 18:47:18 +00:00
parent cf32aafe8a
commit 4e1eb3d06f
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#include "scan.h"
#include <libowfat/scan.h>
/* ASN.1 DER encoded length:
* if (value<=0x80):

View File

@@ -1,4 +1,4 @@
#include "scan.h"
#include <libowfat/scan.h>
/* ASN.1 DER tag encoding parser.
* Write value as big endian series of bytes, each containing seven

View File

@@ -1,4 +1,4 @@
#include "scan.h"
#include <libowfat/scan.h>
size_t scan_utf8(const char* in,size_t len,uint32_t* num) {
uint32_t i,k,m;

View File

@@ -1,4 +1,4 @@
#include "scan.h"
#include <libowfat/scan.h>
size_t scan_utf8_sem(const char* in,size_t len,uint32_t* num) {
uint32_t tmp=0;