File: gpl.h

package info (click to toggle)
dhex 0.69-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 476 kB
  • sloc: ansic: 5,095; makefile: 71; sh: 46
file content (6 lines) | stat: -rw-r--r-- 68 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#ifndef	GPL_H
#define	GPL_H
void warte();
void print_gpl();
#endif