Detect-It-Easy/db/MSDOS/Concurrent_Small_C.4.sg
2024-11-12 20:11:38 +03:00

16 lines
No EOL
427 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("compiler", "Concurrent Small C");
function detect() {
if (MSDOS.compareEP("b8....8ed826a1....2d....80fc..72..9090b8....b1..d3e0fa8cdb8ed38be050fbb8....2d....d3e08bd8fec7fec73b..72..9090")) {
sVersion = "1.0";
sOptions = "1996 by Andy Yuen";
bDetected = true;
}
_setLang("C", bDetected);
return result();
}