File: getprogname_unimpl.c

package info (click to toggle)
libretls 3.8.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 768 kB
  • sloc: ansic: 8,198; makefile: 350; sh: 111
file content (7 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#include <stdlib.h>

const char *
getprogname(void)
{
	return "?";
}