diff options
| author | Lily <egzozu.be.bas@gmail.com> | 2023-12-02 18:37:35 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-02 16:37:35 +0100 |
| commit | 558a52909d9a939ab03d8a754d50f0c9f7f16428 (patch) | |
| tree | a1f713fa99d9cb1792b8a128e859437cc2b3c4e3 /src/wrapped/generated/wrappediconvtypes.h | |
| parent | 76eb623de6d6db256c38aab066560991c45bdfcf (diff) | |
| download | box64-558a52909d9a939ab03d8a754d50f0c9f7f16428.tar.gz box64-558a52909d9a939ab03d8a754d50f0c9f7f16428.zip | |
[TERMUX] Added faked wrapped termux-exec and simplified output (#1103)
* [TERMUX] Added faked wrapped termux-exec * Remove This * [MAIN] Little simplified output in box64
Diffstat (limited to 'src/wrapped/generated/wrappediconvtypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappediconvtypes.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappediconvtypes.h b/src/wrapped/generated/wrappediconvtypes.h new file mode 100644 index 00000000..4bd1a715 --- /dev/null +++ b/src/wrapped/generated/wrappediconvtypes.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.2.0.18) * + *******************************************************************/ +#ifndef __wrappediconvTYPES_H_ +#define __wrappediconvTYPES_H_ + +#ifndef LIBNAME +#error You should only #include this file inside a wrapped*.c file +#endif +#ifndef ADDED_FUNCTIONS +#define ADDED_FUNCTIONS() +#endif + + +#define SUPER() ADDED_FUNCTIONS() + +#endif // __wrappediconvTYPES_H_ |