Esempio n. 1
0
// Pad returns the padding character of the field
func (f *Field) Pad() int {
	return int(C.field_pad((*C.FIELD)(f)))
}
Esempio n. 2
0
func (field *Field) Pad() int {
	return (int)(C.field_pad((*C.FIELD)(field)))
}
Esempio n. 3
0
// Pad returns the padding character of the field
func (f *Field) Pad() int {
	return int(C.field_pad(f.field))
}