INTERFACE Uprocess; FROM Ctypes IMPORT int; <*EXTERNAL "Uprocess__getpid"*>PROCEDURE getpid (): int; END Uprocess.