Revision a06e836219da7b58f8d8aaee4f402a5e6f0e902d authored by Giovanni C on 10 February 2014, 08:41:37 UTC, committed by Giovanni C on 10 February 2014, 08:41:37 UTC
1 parent 2915800
Raw File
script_lib.c
/* Magic Lantern scripting library */

#include "dryos.h"

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

back to top