effective-debugging icon indicating copy to clipboard operation
effective-debugging copied to clipboard

Page 30, Item 12, line 7-8 from top

Open dspinellis opened this issue 8 years ago • 0 comments

Page 30, Item 12, line 7-8 from top

#include "lua5.2/lua.h"
#include "lua5.2/lauxlib.h"

Should be read as

#include <lua.h>
#include <lauxlib.h>
#include <lualib.h>

Thanks to Oiwa-san.

dspinellis avatar Mar 19 '17 16:03 dspinellis