diff options
Diffstat (limited to 'procyon/source/info/jmplen.c')
-rw-r--r-- | procyon/source/info/jmplen.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/procyon/source/info/jmplen.c b/procyon/source/info/jmplen.c new file mode 100644 index 0000000..7ef8995 --- /dev/null +++ b/procyon/source/info/jmplen.c @@ -0,0 +1,7 @@ +#include <acm/info.h> + +#include <stdint.h> + +uint_least64_t acm_jmplen(acm_ship const * _ship) { + return 0x0u; +} |