[BACK]Return to file2.sm1 CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / plugin

File: [local] / OpenXM / src / kan96xx / plugin / file2.sm1 (download)

Revision 1.3, Sun Aug 12 03:13:36 2001 UTC (22 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1
Changes since 1.2: +2 -1 lines

[(fp2pushfile) name] extension : read the file "name" as an array of integers.
httpd-sm1 can send images to browsers.

% $OpenXM: OpenXM/src/kan96xx/plugin/file2.sm1,v 1.3 2001/08/12 03:13:36 takayama Exp $
[(plugin-file2)
[ $[(fp2fdopen) fd-num] extension file-fp2$  
  $[(fp2fflush) file-fp2] extension result$  
  $[(fp2fclose) file-fp2] extension result$  
  $[(fp2fgetc) file-fp2] extension c$  
  $[(fp2fputc) c file-fp2] extension c$  
  $[(fp2dumpBuffer) file-fp2] extension c$  
  $[(fp2openForRead) name] extension fd-num$  
  $[(fp2openForWrite) name] extension fd-num$  
  $[(fp2pushfile) name] extension array-of-int$
  $[(fp2clearReadBuf) file-fp2] extension c$  
]] putUsages