First time here? Check out the FAQ!
answered 2013-04-25 07:09:26 -0600
use
#include <string.h>
instead of
#include < string.h>
(cl does not care about the blank, gcc does)