view cbcecho/detach_test.c~ @ 15:b48915bffa79 draft default tip

commit search.py
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sun, 01 Jul 2012 00:31:22 +0900
parents 515c780e1c13
children
line wrap: on
line source

#include <stdio.h>
#include <unistd.h>



void *detach_test(void)
{
  printf("detack_test: start");
  sleep(5);
  printf("detack_test: end");
}