Y
Hacker News
new
|
ask
|
show
|
jobs
by
ab71e5
973 days ago
Yeah it should be something like
char fname[BUFSIZE];
Also better to pass that in as a variable I don't think you can return a char array allocated on the stack like that