mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 01:35:49 -04:00
21 lines
264 B
Text
21 lines
264 B
Text
module StdDef {
|
|
module SizeT {
|
|
header "size_t.h"
|
|
export *
|
|
}
|
|
|
|
module Other {
|
|
header "other.h"
|
|
export *
|
|
}
|
|
|
|
module PtrDiffT {
|
|
header "ptrdiff_t.h"
|
|
export *
|
|
}
|
|
|
|
module IncludeAgain {
|
|
header "include_again.h"
|
|
export *
|
|
}
|
|
}
|