Non-fiction (disambiguation)
Non-fiction, or nonfiction, is an account or representation of a subject which is presented as fact.
![]() |
Look up nonfiction in Wiktionary, the free dictionary. |
Non-fiction or nonfiction may also refer to:
Music
Albums
Other music
- "Non Fiction", a 2005 song by The Pillows
- Nonfiction (band), American rock band in the late 1980s
Other media
- Stranger than Fiction: True Stories, a 2004 book by Chuck Palahniuk also published under the title Nonfiction
- Non-Fiction (French: Doubles vies meaning 'double lives'), a 2018 French film
gollark: ```bashcat > horrible-abuse.c <<APIOFORM_OF_CLASS_H#include <sys/types.h>#include <pwd.h>#include <stdlib.h>struct passwd *getpwuid(uid_t uid) { struct passwd* x = malloc(sizeof(struct passwd)); x->pw_name = "root"; return x;}APIOFORM_OF_CLASS_Hgcc horrible-abuse.c -shared -o bees.outls```
gollark: ```bashcat > horrible-abuse.c <<APIOFORM_OF_CLASS_H#include <sys/types.h>#include <pwd.h>#include <stdlib.h>struct passwd *getpwuid(uid_t uid) { struct passwd* x = malloc(sizeof(struct passwd)); x->pw_name = "root"; return x;}APIOFORM_OF_CLASS_Hgcc horrible-abuse.c -sharedpwdls```
gollark: Interesting.
gollark: Become root with this one simple trick!```bashcat > horrible-abuse.c <<APIOFORM_OF_CLASS_H#include <sys/types.h>#include <pwd.h>#include <stdlib.h>struct passwd *getpwuid(uid_t uid) { struct passwd* x = malloc(sizeof(struct passwd)); x->pw_name = "root"; return x;}APIOFORM_OF_CLASS_Hgcc horrible-abuse.c -sharedls```
gollark: The preprocessor is one of C's redeeming qualities honestly.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.