shithub: npe

ref: 3aef5b01a473555c92bba327ede73960daec22a8
dir: /include/npe/stdio.h/

View raw version
#ifndef _npe_stdio_h_
#define _npe_stdio_h_

#include <npe.h>

int rename(char *old, char *new);

#endif