File: impl.c

package info (click to toggle)
interface99 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: ansic: 951; sh: 48; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#include <interface99.h>

#include "../common.h"
#include "types.h"

#define FooImpl_foo foo1_impl
implExtern(Foo, FooImpl);

#define BarImpl_foo foo1_impl
#define BarImpl_bar bar1_impl
implExtern(Bar, BarImpl);