blob: 3b4977fefb445d9645b678540effabc826594808 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
# SIZEOF -- Return the size in chars of one of the fundamental datatypes.
int procedure sizeof (dtype)
int dtype
include <szdtype.inc>
begin
return (ty_size[dtype])
end
|