Tag til marked i Fjordby

Tag til marked i Fjordby is a 1957 Danish comedy film directed by Poul Bang and starring Dirch Passer.

Tag til marked i Fjordby
Directed byPoul Bang
Produced byJohn Olsen
Written byPeer Guldbrandsen
John Olsen
StarringDirch Passer
Music bySven Gyldmark
CinematographyOle Lytken
Aage Wiltrup
Edited byEdith Nisted Nielsen
Production
company
Saga Studio
Release date
  • 20 December 1957 (1957-12-20)
Running time
94 minutes
CountryDenmark
LanguageDanish

Cast

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?
gollark: <@!309787486278909952> emit antineutrinos.


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