Code:
#include <stdio.h>
#include <stdlib.h>

int main() {
  printf("%d\n",PIPE_BUF); //I have to include some header file to make this constant available... But which one?
  return 0;
}
Thank you in advance.