/* Stuff lifted from hgTables that should be libified. */

/* Copyright (C) 2013 The Regents of the University of California 
 * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */

#ifndef LIBIFYME_H
#define LIBIFYME_H

void nbSpaces(int count);
/* Print some non-breaking spaces. */

#endif//ndef LIBIFYME_H
