packages feed

idris-0.12.2: test/base001/sys.h

#ifndef SYS_H
#define SYS_H

int WIFEXITED_(int status);
int WEXITSTATUS_(int status);

#endif