#ifndef GETLINE_H_
#define GETLINE_H_

/* コンソールからの入力読み込み */
int getline(char *, int lim);

#endif /*GETLINE_H_*/