Glauco Mauri
Glauco Mauri (born 1 October 1930 in Pesaro) is an Italian actor and theatre director.[1] He has appeared in more than twenty films since 1959.
Glauco Mauri | |
---|---|
Italian actor and theatre director | |
Born | |
Occupation | Actor |
Years active | 1959-present |
Filmography
Year | Title | Role | Notes |
---|---|---|---|
1964 | La costanza della ragione | Luigi | |
1967 | China Is Near | Vittorio | |
1971 | L'ospite | Piero | |
1975 | Deep Red | Prof. Giordani | |
1978 | Ecce bombo | Michele's Father |
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); } exit(0); } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
gollark: Please help as my code does not work correctly æææ.
gollark: Palaiologos, *you* can write C, yes?
gollark: <@!309787486278909952> Have you problemized the problemoid yet?
gollark: Troubling. The eye disablement beams failed?
References
- "Glauco Mauri - biografia". Corriere.it. Retrieved 2016-05-28.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.