HN2new | past | comments | ask | show | jobs | submitlogin

Consider:

  int execl(const char *path, const char *arg, ...);
called like so:

  execl("foo", "bar", 0);
Particularly when sizeof(int) != sizeof(void *).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: