Skip to content

Commit

Permalink
Updated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlynxZhou committed Feb 4, 2020
1 parent 1d82eb6 commit c98f0f5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 16 deletions.
4 changes: 1 addition & 3 deletions flipclock.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*
* Filename: flipclock.c
* Created by 喵Alynx.
* [email protected], https://alynx.xyz/.
* Author: Alynx Zhou <[email protected]> (https://alynx.moe/)
*/
#include <stdio.h>
#include <stdlib.h>
Expand Down
4 changes: 1 addition & 3 deletions flipclock.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*
* Filename: flipclock.h
* Created by 喵Alynx.
* [email protected], https://alynx.xyz/.
* Author: Alynx Zhou <[email protected]> (https://alynx.moe/)
*/
#ifndef __FLIPCLOCK_H__
# define __FLIPCLOCK_H__
Expand Down
4 changes: 1 addition & 3 deletions getarg.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*
* Filename: getarg.c
* Created by 喵Alynx.
* [email protected], https://alynx.xyz/.
* Author: Alynx Zhou <[email protected]> (https://alynx.moe/)
*/
#include <string.h>

Expand Down
4 changes: 1 addition & 3 deletions getarg.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*
* Filename: getarg.h
* Created by 喵Alynx.
* [email protected], https://alynx.xyz/.
* Author: Alynx Zhou <[email protected]> (https://alynx.moe/)
*/
#ifndef __GETARG_H__
# define __GETARG_H__
Expand Down
5 changes: 1 addition & 4 deletions main.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Filename: main.c
* Created by 喵Alynx.
* [email protected], https://alynx.xyz/.
* Author: Alynx Zhou <[email protected]> (https://alynx.moe/)
*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit c98f0f5

Please sign in to comment.