Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
v86
/
7f981fdb066250b0574f6266873b7029b9be0375
/
.
/
tests
/
kvm-unit-tests
/
lib
/
auxinfo.h
blob: ef2376b4aca7f597c0e1b1cf6d9b7b8c712a6c05 [
file
] [
log
] [
blame
] [
raw
]
#ifndef
_AUXINFO_H_
#define
_AUXINFO_H_
struct
auxinfo
{
const
char
*
progname
;
};
/* No extern! Define a common symbol. */
struct
auxinfo auxinfo
;
#endif