aboutsummaryrefslogtreecommitdiffstats
path: root/notifylist.c
diff options
context:
space:
mode:
authorZoRo <dos21h@gmail.com>2018-07-31 21:02:55 +0100
committerZoRo <dos21h@gmail.com>2018-07-31 21:02:55 +0100
commit7649df10ac7d1503fde181faa5d356177b40c2df (patch)
tree28681731095cebe9cdac73d37ad9c1af1d7c7bcc /notifylist.c
downloadnotifylist-7649df10ac7d1503fde181faa5d356177b40c2df.tar.gz
notifylist-7649df10ac7d1503fde181faa5d356177b40c2df.zip
Initial commit
Diffstat (limited to 'notifylist.c')
-rw-r--r--notifylist.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/notifylist.c b/notifylist.c
new file mode 100644
index 0000000..ab98cb2
--- /dev/null
+++ b/notifylist.c
@@ -0,0 +1,18 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdint.h>
+#include <unistd.h>
+
+#include "__cpp.h"
+
+class INotify {
+private:
+public:
+};
+
+
+int main()
+{
+
+ return 0;
+} \ No newline at end of file