idenning2003 / cbase

Library of C data structures and tests
https://idenning2003.github.io/cbase/
GNU General Public License v3.0
2 stars 0 forks source link

Fix intellisense defines #38

Closed idenning2003 closed 2 months ago

idenning2003 commented 2 months ago

Fix the intellisense defines so that function declarations and defines like these can be removed

#ifndef WEXITSTATUS
  #define WEXITSTATUS(p) 0
#endif

FILE *popen(const char *, const char *);
FILE *fmemopen(void *__restrict, size_t, const char *__restrict);