1#include "distlib.h"2#include <stdio.h>34int main(void) {5 printf("%i\n", distlib_calc_int(1,2,1,1,0));
6 printf("%i\n", distlib_calc_float(1.2,2.1,1,1,0));
7 printf("%i\n", distlib_memset("testdata", "this is a test", 14));
8return(0);
9}
5751981 [rkeene@sledge /home/rkeene/devel/old/distlib]$
Click here to go back to the directory listing.
Click here to download this file.
last modified: 1999-11-15 22:50:53