#ifndef __SCRAPE_H__ #define __SCRAPE_H__ void scan(char *a, unsigned *c); void move(char *a, const char *b, const int n, const unsigned *c); #endif