The Woman in Blue
The Woman in Blue (French: La Femme en bleu) is a 1973 French comedy film directed by Michel Deville.[1]
The Woman in Blue | |
---|---|
Directed by | Michel Deville |
Written by | Léo L. Fuchs |
Starring | Michel Piccoli |
Release date |
|
Running time | 95 minutes |
Country | France |
Language | French |
Cast
- Michel Piccoli as Pierre
- Lea Massari as Aurélie
- Michel Aumont as Edmond
- Simone Simon as La dame de Meudon
- Marie Lasas as La femme en bleu
- Amarande as Béatrice
- Geneviève Fontanel as Ghislaine
gollark: Okay.
gollark: ```c/* A C program vulnerable to buffer overflows. */#include <stdio.h>#include <stdlib.h>#include <string.h>void function(char *str){ char buf[16]; /* The following statement has a buffer overflow problem */ strcpy(buf, str); printf("Buffer size: %d\n", (int)strlen(buf)); printf("Buffer content: %s\n", buf);}int main(int argc, char *argv[]){ if (argc < 2) { printf("Usage: %s <string>\n", argv[0]); exit(EXIT_FAILURE); } function(argv[1]); exit(EXIT_SUCCESS);}```
gollark: Get a hypertoaster.
gollark: Nobody sends *me* emails with ideas.
gollark: It is known.
References
- "La Femme en bleu". NY Times. Retrieved 17 February 2016.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.