File: exec-target.c

package info (click to toggle)
liburing 2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,060 kB
  • sloc: ansic: 33,021; sh: 600; makefile: 407; cpp: 32
file content (6 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
/* SPDX-License-Identifier: MIT */

int main(int argc, char *argv[])
{
	return 0;
}