This commit is contained in:
parent
781ed9aaf0
commit
3942e13bba
6 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
/* vim: set sw=4 ts=4 si et: */
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* vim: set sw=4 ts=4 si et: */
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
|
|
2
test.c
2
test.c
|
@ -1,3 +1,5 @@
|
|||
/* vim: set sw=4 ts=4 si et: */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* vim: set sw=4 ts=4 si et: */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
|
2
worms.c
2
worms.c
|
@ -1,3 +1,5 @@
|
|||
/* vim: set sw=4 ts=4 si et: */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* vim: set sw=4 ts=4 si et: */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
|
Loading…
Reference in a new issue