mirror of
https://github.com/aaru-dps/Aaru.Checksums.Native.git
synced 2025-12-16 11:14:29 +00:00
7 lines
140 B
C
7 lines
140 B
C
|
|
#ifndef AARU_CHECKSUMS_NATIVE_LIBRARY_H
|
||
|
|
#define AARU_CHECKSUMS_NATIVE_LIBRARY_H
|
||
|
|
|
||
|
|
void hello(void);
|
||
|
|
|
||
|
|
#endif//AARU_CHECKSUMS_NATIVE_LIBRARY_H
|