aboutsummaryrefslogtreecommitdiffstats
path: root/notifylist.c
blob: ef902a29f39e963d048441b02f4f823623567415 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <unistd.h>

#include "__cpp.h"

#include <arg.h>

class INotify {
private:
public:
};


int main()
{

	return 0;
}