comparison prolog/plosc.pl @ 5:821f56d94b18

Switched to use_foreign_library/1
author samer
date Fri, 24 Feb 2012 18:09:47 +0000
parents 6c1ba6bf9f96
children 8f2689f2989d
comparison
equal deleted inserted replaced
4:8a71c55816be 5:821f56d94b18
31 == 31 ==
32 time == float. 32 time == float.
33 osc_timestamp ---> osc_ts(int,int). 33 osc_timestamp ---> osc_ts(int,int).
34 == 34 ==
35 */ 35 */
36 :- load_foreign_library(foreign(plosc)). 36 :- use_foreign_library(foreign(plosc)).
37 37
38 %% osc_mk_address(+Host:atom, +Port:nonneg, -Ref:osc_addr) is det. 38 %% osc_mk_address(+Host:atom, +Port:nonneg, -Ref:osc_addr) is det.
39 % 39 %
40 % Construct a BLOB atom representing an OSC destination. 40 % Construct a BLOB atom representing an OSC destination.
41 % 41 %