1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-15 09:13:54 +00:00
qb64/internal/c/mingw64/share/gdb/syscalls/gdb-syscalls.dtd

16 lines
480 B
DTD
Raw Normal View History

2019-01-01 11:40:38 +00:00
<!-- Copyright (C) 2009-2018 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. -->
<!-- The root element of a syscall info is <syscalls-info>. -->
<!ELEMENT syscalls-info (syscall*)>
<!ELEMENT syscall EMPTY>
<!ATTLIST syscall
name CDATA #REQUIRED
number CDATA #REQUIRED
groups CDATA #IMPLIED>