File: types.h

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 (12 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef INTERFACE99_TESTS_EXTERN_IMPL_TYPES_H
#define INTERFACE99_TESTS_EXTERN_IMPL_TYPES_H

typedef struct {
    char dummy;
} FooImpl;

typedef struct {
    char dummy;
} BarImpl;

#endif // INTERFACE99_TESTS_EXTERN_IMPL_TYPES_H