ax-libc 0.5.12

ArceOS user program library for C apps
1
2
3
4
5
6
7
8
9
#include <poll.h>
#include <stdio.h>

// TODO
int poll(struct pollfd *__fds, nfds_t __nfds, int __timeout)
{
    unimplemented();
    return 0;
}