mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
updated
This commit is contained in:
parent
cd85c57e11
commit
493a26b93a
2 changed files with 8 additions and 7 deletions
|
@ -1,15 +1,14 @@
|
||||||
// (‑●‑●)> released under the WTFPL v2 license, by Gregory Pakosz (@gpakosz)
|
// (‑●‑●)> dual licensed under the WTFPL v2 and MIT licenses
|
||||||
|
// without any warranty.
|
||||||
|
// by Gregory Pakosz (@gpakosz)
|
||||||
// https://github.com/gpakosz/whereami
|
// https://github.com/gpakosz/whereami
|
||||||
|
|
||||||
// in case you want to #include "whereami.c" in a larger compilation unit
|
|
||||||
#if !defined(WHEREAMI_H)
|
|
||||||
#include <whereami.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <whereami.h>
|
||||||
|
|
||||||
#if defined(__linux__)
|
#if defined(__linux__)
|
||||||
// make realpath() available:
|
// make realpath() available:
|
||||||
#define _DEFAULT_SOURCE
|
#define _DEFAULT_SOURCE
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
// (‑●‑●)> released under the WTFPL v2 license, by Gregory Pakosz (@gpakosz)
|
// (‑●‑●)> dual licensed under the WTFPL v2 and MIT licenses
|
||||||
|
// without any warranty.
|
||||||
|
// by Gregory Pakosz (@gpakosz)
|
||||||
// https://github.com/gpakosz/whereami
|
// https://github.com/gpakosz/whereami
|
||||||
|
|
||||||
#ifndef WHEREAMI_H
|
#ifndef WHEREAMI_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue