You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zerobytes.h 114 B

9 years ago
123456
  1. #ifndef ZEROBYTES_H
  2. #define ZEROBYTES_H
  3. unsigned char *zerobytes(unsigned char *r,unsigned long long n);
  4. #endif