File: uwrap_enabled.c

package info (click to toggle)
uid-wrapper 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 544 kB
  • sloc: ansic: 5,785; sh: 21; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#include <stdbool.h>

bool uid_wrapper_enabled(void);

bool uid_wrapper_enabled(void)
{
	return false;
}