File: lib_compat_help.c

package info (click to toggle)
pcb-rnd 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 29,260 kB
  • sloc: ansic: 198,059; sh: 5,767; yacc: 5,568; makefile: 2,519; awk: 1,737; lex: 1,073; python: 519; lisp: 169; tcl: 67; xml: 40; perl: 34; ruby: 5
file content (20 lines) | stat: -rw-r--r-- 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include <stdlib.h>
#include "plugins.h"

#include "layer_compat.c"
#include "pstk_compat.c"
#include "pstk_help.c"
#include "subc_help.c"
#include "elem_rot.c"

int pplg_check_ver_lib_compat_help(int ver_needed) { return 0; }

void pplg_uninit_lib_compat_help(void)
{
}

int pplg_init_lib_compat_help(void)
{
	PCB_API_CHK_VER;
	return 0;
}