Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
hardware.h
Go to the documentation of this file.
1
23/*
24 * Author: Lasse Collin
25 *
26 * This file has been put into the public domain.
27 * You can do whatever you want with this file.
28 *
29 * See ../lzma.h for information about liblzma as a whole.
30 */
31
32#ifndef LZMA_H_INTERNAL
33# error Never include this file directly. Use <lzma.h> instead.
34#endif
35
36
50extern LZMA_API(uint64_t) lzma_physmem(void) lzma_nothrow;
51
52
64extern LZMA_API(uint32_t) lzma_cputhreads(void) lzma_nothrow;
#define lzma_nothrow
Definition lzma.h:231
#define LZMA_API(type)
Definition lzma.h:207