Files
Aaru/Aaru.Archives/Arc/Consts.cs

7 lines
119 B
C#
Raw Permalink Normal View History

2025-09-01 03:52:46 +01:00
namespace Aaru.Archives;
2025-09-01 03:55:48 +01:00
public sealed partial class Arc
2025-09-01 03:52:46 +01:00
{
const byte MARKER = 0x1A;
const byte FNLEN = 13;
}