xcup_linktest.pp 241 B

12345678910
  1. { this program just links all externals, declared in the xcup unit }
  2. program xcup_linktest;
  3. uses
  4. xcup;
  5. begin
  6. halt(0);
  7. XcupQueryVersion(nil,nil,nil);
  8. XcupGetReservedColormapEntries(nil,0,nil,nil);
  9. XcupStoreColors(nil,0,nil,0);
  10. end.