]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/sample_app_ug/hello_world.rst
doc: no more bare metal environment
[dpdk.git] / doc / guides / sample_app_ug / hello_world.rst
index 22702b91dbdba7fad82e3a757897a2c331c7f7a4..3213ba81167d34eb8627510e8812d23ae134881f 100644 (file)
@@ -85,7 +85,7 @@ This is done in the main() function using the following code:
 
     int
 
-    MAIN(int argc, char **argv)
+    main(int argc, char **argv)
 
     {
         ret = rte_eal_init(argc, argv);