#include "zsyncparser.h"
#include <zypp-core/base/Logger.h>
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <vector>
#include <iostream>
#include <fstream>
Go to the source code of this file.
|  | 
| namespace | zypp | 
|  | Easy-to use interface to the ZYPP dependency resolver. 
 | 
|  | 
| namespace | zypp::env | 
|  | Namespace intended to collect all environment variables we use. 
 | 
|  | 
| namespace | zypp::media | 
|  | 
◆ c2h
Value:                (((c)>='0' && (c)<='9') ? ((c)-'0')              \
                : ((c)>='a' && (c)<='f') ? ((c)-('a'-10))       \
                : ((c)>='A' && (c)<='F') ? ((c)-('A'-10))       \
                : -1)