summaryrefslogtreecommitdiff
path: root/x.h
blob: 2e3ffcf3fee96de7fc072491fd3e676ac5234513 (plain)
1
2
3
4
5
6
7

#ifndef _X_H_
#define _X_H_

void x_writeln (const char* s);

#endif