blob: f6a62c7404a13d0ce4204a748cb90d9aabef89ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include "tcs.h"
# TCS_INTINFO -- Integer information about a column
int procedure tcs_intinfo (descrip, what)
pointer descrip # i: column selector
int what # i: parameter
#--
int tbcigi()
begin
return (tbcigi (TCS_COLUMN(descrip), what))
end
|