소스 검색

:tada: Creation des fichiers

Loquicom 6 년 전
부모
커밋
3ec1f10e73
2개의 변경된 파일23개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      wildcard.c
  2. 13 0
      wildcard.h

+ 10 - 0
wildcard.c

@@ -0,0 +1,10 @@
+/* 
+ * File:   wildcard.c
+ * Author: Arthur Brandao
+ *
+ * Created on 7 novembre 2018
+ */
+
+#include <stdio.h>
+#include <stdlib.h>
+#include "wildcard.h"

+ 13 - 0
wildcard.h

@@ -0,0 +1,13 @@
+/* 
+ * File:   wildcard.h
+ * Author: Arthur Brandao
+ *
+ * Created on 7 novembre 2018
+ */
+
+#ifndef WILDCARD_H
+#define WILDCARD_H
+
+
+#endif /* WILDCARD_H */
+