include cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "scan.h"
|
||||
#include <libowfat/scan.h>
|
||||
|
||||
/* ASN.1 DER encoded length:
|
||||
* if (value<=0x80):
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user