https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 76604bf3725d4817ac64291fe21353659ec6fa00 authored by alex@thinkpad on 30 April 2018, 10:05:07 UTC
Close branch
Tip revision: 76604bf
ml-lua-shim.h

#ifndef ml_lua_shim_h
#define ml_lua_shim_h

//#include <dryos.h>
#include <console.h>
#include <string.h>

#define strcoll(a,b) strcmp(a,b)

int ftoa(char *s, float n);

#endif
back to top