Ifeda

Ifeda is a genus of moths, belonging to the family Batrachedridae.[2]

Ifeda
Scientific classification
Kingdom: Animalia
Phylum: Arthropoda
Class: Insecta
Order: Lepidoptera
Family: Batrachedridae
Genus: Ifeda
Hodges, 1966[1]

Selected species

gollark: It's two lines, silly.
gollark: I use obviously good and not bad C conventions like very short function names and no comments.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
gollark: It shouldn't be doing that. The thing does `exit(2)`.
gollark: Troubling, `waitpid` always seems to provide a value of 512 for status?

References

  1. Revised Checklist of Batrachedridae in Neotropical Region
  2. Savela, Markku. "Ifeda". Lepidoptera and some other life forms. Retrieved 15 July 2018.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.