It means if you take that file to another computer (e.g. send over the network), reading it there may not give the same value. In case of a simple int, this would be true if
1) the computers have different endianness (e.g. PC vs. IBM)
2) the compilers have different size of int (e.g. 32-bit vs 16-bit if you can find one)