11 lines
188 B
C
11 lines
188 B
C
#ifndef pipes2_H_
|
|
#define pipes2_H_
|
|
|
|
// #ifndef _FILE_NAME_H_
|
|
// #define _FILE_NAME_H_
|
|
|
|
// extern int pipes(int width, int height);
|
|
int pipes_2(int width, int height);
|
|
|
|
#endif
|