seg fault when code compiled on machine [x] is run on machine [y] - but why?

前端 未结 0 1298
名媛妹妹
名媛妹妹 2021-01-05 23:51

I\'ve got a dead simple hello world:

#include
int main()
{
  printf("hey I work and stuff!");
  return (0);
}

that I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题