Go to file
Bryce Harrington 71f4be1901 examples: use printf instead of fprintf(stdout, ...)
Summary:
Applies same change as e8355c93 for evas, to the remaining examples.
This uses the shell command-line:

    src/examples/evas$ grep -sr 'fprintf(stdout' . | cut -d: -f1 \
        | uniq | xargs sed -i "s/fprintf(stdout/printf(/"

Note that use of the "fprintf(stdout" construct can generate warnings
when -Wformat-security is enabled, if the fprintf statement has no
format arguments, so in addition to the stylistic simplification this
also helps quell those spurious warnings.

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4836

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2017-05-08 15:14:29 -07:00
ecore implement efl_net_{socket,dialer,server}_windows 2017-03-29 12:44:19 -03:00
ecore_avahi Examples: Fix compilation (disable CXX examples!) 2016-04-21 17:16:53 +09:00
edje edje/examples: don't alter source directory 2017-03-11 00:04:48 +01:00
eet examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
eina eina: remove tests, examples and docs for eina_model 2016-11-30 18:37:34 -02:00
eina_cxx examples: eina-cxx: ensure the install hook honors a set DESTDIR 2016-06-17 15:05:02 +09:30
eio examples: update various gitignore files for new example binaries 2016-06-30 18:15:44 +02:00
eldbus examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
elementary js: Update examples, including window api changes. 2017-02-22 18:56:30 -03:00
elocation examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
elua examples: elua: ensure the install hook honors a set DESTDIR 2016-06-16 11:16:30 +02:00
emile examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
emotion examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
eolian_cxx examples: eolian_cxx: adapt code generation to changed eolian_gen commandline 2016-10-14 12:38:46 +02:00
ephysics examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
ethumb_client examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
evas Evas: Add event filter example. 2016-12-12 14:59:22 -02:00
unsorted examples: use printf instead of fprintf(stdout, ...) 2017-05-08 15:14:29 -07:00