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

#include "__cpp.h"

class INotify {
private:
public:
};


int main()
{
	
	return 0;
}