https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 507e319d9b6312d0fd9eed0dc7f509cc35451ffc authored by a1ex on 21 May 2014, 05:21:57 UTC
Close branch mlv_play
Tip revision: 507e319
script_lib.c
/* Magic Lantern scripting library */

#include "dryos.h"

#define STR_HELPER(x) #x
#define STR(x) STR_HELPER(x)

back to top